Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How Do I Debug What "Errors on Page" Refers To? 1

Status
Not open for further replies.

xyzuser

Technical User
Aug 13, 2008
96
US
When my pages load, I get the message at the bottom error on page . That's followed briefly with done but with errors on page , which is followed by Done but with that little yellow exclamation point next to it.

Everything looks right on my pages. The jpegs, gifs, links, wavs, javascript etc. all work as they should and everything looks good.

But I'd like to get rid of those error messages - it certainly does not look good to a visitor and looks un-professional. Are there any tools that would help me find what is causing those messages?

Thanks
 
If you double click on the exclamation point there, it should open a window that tells you about the errors.





----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Thank you (and a star). It didn't like that I had
Code:
 </script><!--- end of javascript part --->
on the same line. I thought you could put a comment tag anywhere, just as you can put comments anywhere in other languages.

So I put the comment tage on it's own line and now IE is happy.
 
Well, that it isn't that after all. I don't know what it is so I am opening a new thread for the problem it is telling me.
 
If you want to cheat you could do this.

Open Internet Explorer, click Tools, Internet options then click the
Advanced tab. Put a tick in the box next to Disable script debugging.

Uncheck the option to Display a Notification about every script error.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top