Disable Script Debuging option not working

  • Thread starter Thread starter Steve K.
  • Start date Start date
S

Steve K.

I recently started getting script debugging errors when going to various websites. I have unchecked Disable Script Debugging and I have unchecked Display a notification about every script error, but I still get the error pop ups. How do I stop IE from displaying these errors?

Thanks
 
You may be getting the script error if you have an popup blocker blocking popups. When popups are deleted too quickly, it creates the script error. Hold down the CTRL key to temporarily disable the popup blocker. Now you will not get the script error.

--
Warren
For additional help, post in http://groups.msn.com/HelpforInternetExplorerorWindowsME/homepage

I recently started getting script debugging errors when going to various websites. I have unchecked Disable Script Debugging and I have unchecked Display a notification about every script error, but I still get the error pop ups. How do I stop IE from displaying these errors?

Thanks
 
Steve K. said:
I recently started getting script debugging errors when going to
various websites. I have unchecked Disable Script Debugging and I
have unchecked Display a notification about every script error, but I
still get the error pop ups. How do I stop IE from displaying these
errors?

Thanks

You should check Disable script debugging, not uncheck it.

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
http://www.fjsmjs.com
Reply to Newsgroup. I won't answer email
Protect Your PC
http://www.microsoft.com/security/protect/
 
Hi there

Try disabling script debugger from registry

click Start -> Run, type REGEDIT and click Ok

Create a new string value, or modify the existing value, named "Disable Script Debugger" and set it to either "yes" to disable the debugger or "no" to enable it

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
Value Name: Disable Script Debugge
Data Type: REG_SZ (String Value
Value Data: yes or n

Alternatively, apply this patch
http://www.kellys-korner-xp.com/regs_edits/disabledebugger.re

** Double-click to install and click Ok when prompted

HT
Venkatesh [MS India Community Star
 

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

Back
Top