Subj : Re: Supressing errors? To : netscape.public.mozilla.jseng From : Brian Genisio Date : Fri Jan 30 2004 03:20 pm > Why do you want to suppress errors? Users who make mistakes, obvious or > subtle, will be left scratching their heads. With try/catch/finally > exception handling in JS and ECMA for many years now, it seems to me > much better to give the user some signal that something is amiss. > > /be Only because I am writing something that will act as closely like IE as possible... there are a number of places where you can send strings in where integers are expected, and they default to 0. In IE, they dont get an error, so I shouldnt report an error either. Thats all. If I were implementing my own interface, I would never want to do something like this. Thanks for the pointers, Brian .