In fact all the text/code is in a variable, it's not display on the screen.
The page is more like this : <html>*strong text* <head> <title>MyMessage</title> <style> body {font-family:"Verdana";font-weight:normal;font-size: . 7em;color:black;} .... </style> </head> <body bgcolor="white"> <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1> <h2> <i>MyMessage</i> </h2></span> <b> Exception Details: </b>System.Exception: MyMessage<br><br> .... </body> On Jul 23, 1:41 pm, Charlie <charlie...@gmail.com> wrote: > I don't believe title tag is valid in body tag however regardless of tag > placement try this > alert($('title').text());