Frequent Runtime Errors with IE6

  • Thread starter Thread starter Hugh
  • Start date Start date
H

Hugh

Many times a day I receive these messages with a line
number and message such as: " " is null or not an
object; Error Access is denied; Error expected " " and
similar messages. Many different line numbers have been
referenced. In each case I am given the option to debug
and when no attempt is made to debug the message usually
goes away. Any thoughts.
 
Hugh said:
Many times a day I receive these messages with a line
number and message such as: " " is null or not an
object; Error Access is denied; Error expected " " and
similar messages. Many different line numbers have been
referenced. In each case I am given the option to debug
and when no attempt is made to debug the message usually
goes away. Any thoughts.

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
 
-----Original Message-----


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
url=/downloads/list/webdev.asp
Windows Script 5.6 for Windows 2000 and XP
http://www.microsoft.com/downloads/details.aspx? FamilyID=c717d943-7e4b-4622-86eb-
95a22b832caa&DisplayLang=en

--
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup. Do not send email
http://www.fjsmjs.com

.
Thanks so much for the input. In XP, internet options,
advanced, I checked - "Disable Script Debugging" and left
unchecked - "Display a notification about every script
error" - from your answer these seemed to be the best
answers along with refreshing the engine. Hopefully, we
should now be in good shape.

Hugh
 
Back
Top