I have, mutliple times, been unsatisfied with the window.onerror event. It doesn't seem to do a damn thing. Maybe its my browser. With IE, you can put everything inside a try{} catch(){} block like so.<br>try{<br>window.alert(varabname)<br>}<br>catch(err_1){<br>window.status="Error"<br>}<br>this will prevent an annoying popup error and subtly display it in the status bar. You can find more at <A HREF="
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.