The onerror handler
function handleError(message, url, line)
{
    return true;   // browser does not display the standard error message
    return false; // browser display the standard error message 
}
window.onerror = handleError;
page_revision: 0, last_edited: 1221849146|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License