Forum Moderators: open
How many of you were browsing a site at one point and got a JavaScript error popup? Did you subconciously deselect the box about displaying script errors? If so, you may be in development mode browsing your web pages, testing your forms, and not see possible errors because you've either deselected that feature or it was not enabled to begin with.
In IE go to...
Tools > Internet Options > Advanced > Browsing > Display a notification about every script error.
Now, go test some of your web pages to make sure the JavaScript is not throwing errors.
P.S. The author of the above, me, does not have the extensive knowledge of JavaScript like others here. So, if I'm out of line with my above perception, please do let me know. :)
I do know that having that feature checked has helped me to determine JavaScript issues on sites that I develop.
Apparently others have missed it because I'm finding them sporadically while browsing.