This page has moved. You will be automatically redirected to its new location in 10 seconds. If you aren't forwarded to the new page, click here.

Search This Blog

Wednesday, December 2, 2009

Suppress Javascript errors from showing up

function stoperror()

{ return true; }

window.onerror=stoperror;

 

http://www.javascriptkit.com/script/cut178.shtml

1 comment:

  1. I have just released code to help log JavaScript errors by sending error information to the server -
    http://www.thecodepage.com/post/JavaScript-Error-Notifications.aspx

    ReplyDelete