Runtime Error

J

Jim Slager

About a week ago I started getting Error messages while using ie which say:
"A runtime error has occurred. Do you wish to debug? Line: 57 Error:
'null' is null or not an object. Yes No"

If I click Yes then I get a Just-In-Time Debugging window and a chance to
debug with New Instance of Microsoft Script Editor. When I select Yes I get
a Step Into Remote Procedure Call window and a chance to debug a Script.
Selecting that gets me a Microsoft Visual Studio Debugger window and a
chance to Break. That gets me a window of Java code with a yellow error
pointing to this statement: "popunder_window.blur ();"

I'm using XP SP1, ie 6.00.2800.1123, Google Toolbar. Can anyone help?
 
B

ben

in internet explorer tools,options,advanced, check
'disable script debugging' and uncheck 'display a
notification about script error' ,click apply,ok...
 
F

Frank Saunders, MS-MVP

Jim Slager said:
About a week ago I started getting Error messages while using ie
which say: "A runtime error has occurred. Do you wish to debug?
Line: 57 Error: 'null' is null or not an object. Yes No"

If I click Yes then I get a Just-In-Time Debugging window and a
chance to debug with New Instance of Microsoft Script Editor. When I
select Yes I get a Step Into Remote Procedure Call window and a
chance to debug a Script. Selecting that gets me a Microsoft Visual
Studio Debugger window and a chance to Break. That gets me a window
of Java code with a yellow error pointing to this statement:
"popunder_window.blur ();"

I'm using XP SP1, ie 6.00.2800.1123, Google Toolbar. Can anyone
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

Sometimes there's a corrupt file in the cache and one must go to Tools |
Internet Options and click Delete Files.

--
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup. Do not send email
http://www.fjsmjs.com
Protect your PC
http://www.microsoft.com/security/protect/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top