/ Published in: JavaScript

URL: http://hungred.com/2009/03/08/how-to/javascript-tutorial-handling-errors/
Expand |
Embed | Plain Text
function handleError() { alert(An error has occurred!'); return true; } window.onerror = handleError;
You need to login to post a comment.