Runtime errors and debugging

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I am getting runtime errors. I never got them before.
What are they? What is causing them? And how do I debug
them. I'm not sure I understand ehat's happening.
 
-----Original Message-----
I am getting runtime errors. I never got them before.
What are they? What is causing them? And how do I debug
them. I'm not sure I understand ehat's happening.
.
Boy you and me both. please let me know if you get any
answers.
 
Mike said:
I am getting runtime errors. I never got them before.
What are they? What is causing them? And how do I debug
them. I'm not sure I understand ehat's happening.

They are generally caused by script errors on the site.
From http://www.fjsmjs.com/IE/scriptdb.htm

Go to Tools | Internet Options | Advanced.
Check the box to Disable script debugging.
Uncheck the box to Display a notification about every script error.

You might want to refresh your scripting engine:
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28001169
or
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
Windows Script 5.6 for Windows 2000 and XP
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en
 
Back
Top