Javascript Error Correction Script

Insert the "script" in the <head> section of your page, BEFORE any other script tags, and as a separate component (Do not insert any additional codes into this <script> tag). For those using FRAMES you should place the "script" in the <head> section of EACH FRAME to ensure proper suppression of the Error alerts.

To COPY the script below:

<!--Begin copy here--> <script> /*JavaScript error stopper-for javascript capable browsers compliments of ghost, ©ghostc@mediaone.net */ function stoperror(){ return true } window.onerror=stoperror </script> <!--End copy here-->


Back



Site© 1996-2003 Copyright by dcrum@infionline.net