If you can use Mozilla, it comes with a nice integrated javascript debugger. If you've built a non-standard application that only works in IE, then that won't help you very much.
> -----Original Message----- > From: Hohlen, John C [mailto:[EMAIL PROTECTED] > > Can anyone recommend a good (and free) JavaScript debugger for Internet > Explorer? We have a situation where the Required Field Validation is not > working properly. It's a simple form with about 6 input fields, all > required. When some of the required fields aren't entered, the form still > gets submitted. I know the JavaScript is getting called b/c I added some > alert pop-ups. But somewhere, the missing fields aren't getting flagged. > I > thought a JavaScript debugger might help me since my JavaScript skills are > lacking. I'd like to step through the JavaScript code. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

