Client-side Error - How To Determine What Went Wrong

  • Thread starter Thread starter Kenny
  • Start date Start date
K

Kenny

I have an aspx page (containing a framesets) that appears just fine in the
browser (IE6). But there is a little yellow "caution" icon that shows up at
the bottom of the browser window with a message, "Done, but with errors on
the page".

How can I figure out what went wrong?

Thanks!
 
Did you try double-clicking the caution icon? It usually gives the
error, although most of the the time it's useless. Otherwise, Firefox
has a built in Javascript Debugging Console.

If you're debugging JavaScript with IE, you'll just have to take it one
line at a time until you find the error.
Cheers,
Daniel M. Hendricks
http://www.danhendricks.com
 
Back
Top