runtime error message?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On certain web pages, when I mouse over certain links I get a message:
"A Runtime Error has occurred. Do you wish to debug?
Line: xx (this number changes depending upon the web page, current one was 42)
Error: Object expected."

If I run the debugger (although I have no idea what I'm doing), it says something about a Jscript error.

Any thoughts on how to fix this?
 
Hi,

Start Internet Explorer.
On the Tools menu, click Internet Options.
On the Advanced tab, click to select the Disable Script Debugging check box in the Browsing section.
Uncheck Display a notification about every script error setting is displayed instead.
Click OK, and then restart Windows.

If the script error occurs on all pages, refresh your scripting engine: [Links Courtesy of Frank Saunders]

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

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k

-------------------------------------------
Prevent Spyware from being installed:
http://www.mvps.org/sramesh2k/Malware_Defence.htm

Prevent malware from being installed - Part 2:
http://www.mvps.org/sramesh2k/MalwareDefence_Example.htm
-------------------------------------------

On certain web pages, when I mouse over certain links I get a message:
"A Runtime Error has occurred. Do you wish to debug?
Line: xx (this number changes depending upon the web page, current one was 42)
Error: Object expected."

If I run the debugger (although I have no idea what I'm doing), it says something about a Jscript error.

Any thoughts on how to fix this?
 
Back
Top