Runtime Error/debug

  • Thread starter Thread starter Taronn
  • Start date Start date
T

Taronn

I keep getting a runtime error/debug error when I go to
certain web sites. What can I do to fix this problem.
 
Common script errors messages can be eliminated by Clicking:
Menu: Tools - Internet Options - Advanced tab.
Check "Disable script debugging"
Uncheck "Display a notification about every script error"
 
I get the same error whenever I visit sites that have
object access in JavaScript. In the dialog box it says:

"A Runtime Errot has occured
Do you wish to Debug?

Line: 56
Error: Object required"

of course, the line number is not always the same. I have
certainly seen this error before, but never with this
frequency. I'm concerned because I get the error at 50%
of the websites I visit. Please help...
 
chicagostyle said:
I get the same error whenever I visit sites that have
object access in JavaScript. In the dialog box it says:

"A Runtime Errot has occured
Do you wish to Debug?

Line: 56
Error: Object required"

of course, the line number is not always the same. I have
certainly seen this error before, but never with this
frequency. I'm concerned because I get the error at 50%
of the websites I visit. Please help...

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