Runtime Error

  • Thread starter Thread starter John Moses
  • Start date Start date
J

John Moses

When going to a website, the following messages appear:
1> Line 560
unterminated string constant
do you want to debug?
2> Line 670
expected ')'
do you want to debug?
3> Line 874
expected ')'
Do you want to debug?
There are no procedures listed for debuging.

Thanks
John Moses
 
John Moses said:
When going to a website, the following messages appear:
1> Line 560
unterminated string constant
do you want to debug?
2> Line 670
expected ')'
do you want to debug?
3> Line 874
expected ')'
Do you want to debug?
There are no procedures listed for debuging.

Thanks
John Moses

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