Cannot see Javascript debugging alerts

S

Sherlyn Koo

IE doesn't seem to want to tell me when it encounters a Javascript error.

1. Javascript is working
2. "Disable script debugging" is OFF
3. "Display a notification about every script error" is ON

If I run Javascript with no syntax or other errors, it executes fine. However
if I run a script that has an error in it, IE doesn't display the debugging
popup window. For example, if I introduce a JS error into a function which is
supposed to stop a form from submitting due to invalid content, no debug
notification is displayed and the form is submitted anyway. (This makes it
kind of hard to test my code!)

I'm running IE version 6.1.28 (Windows XP SP1).

Has anybody seen this before?

TIA...
Sherlyn
 
S

Sherlyn Koo

I thought I'd just post a followup to this, in case it helps anyone else...

It turns out it was Norton Internet Security 2003 suppressing the Javascript
alerts, not the browser itself. I disabled NIS and the alerts are appearing
again.

-Sherlyn
 

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