Link to home
Start Free TrialLog in
Avatar of kayhustle
kayhustle

asked on

Disable Javascript error messages in IE?

Is there a way I can disable error messages for javascript errors in Internet Explorer?
ASKER CERTIFIED SOLUTION
Avatar of amit_g
amit_g
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kayhustle
kayhustle

ASKER

I still get the error message, but I only get one error message.  Is there any way to disable even the initial error message.  I notice that I don't get this message when I render the same page in firefox.
kayhustle,

Here is what to do when you get script errors
http://www.fjsmjs.com/IE/scriptdb.htm
You might have enabled the script debugging. That option is few line above this one in the same place.
I've disabled script debugging, it just asks me if I want to continue running scripts on this page.
http://www.phdcc.com/xpsp2.htm#securityoptions

Microsoft have provided new options to turn off the security on local files to let active content run. If you want to run active content in all files on your hard disk or similar, then you need to:

    * Open menu Tools+Internet Options+Advanced tab
    * Scroll down to the Security section.
    * Make sure that "Allow active content to run in files on My Computer" is checked.