Get error message : onerror : Window JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Window » onerror »

 

Get error message

















<html>
    <head>
        <title>OnError Example</title>
        <script type="text/javascript">
            window.onerror = function (sMessage, sUrl, sLine) {
                alert("An error occurred:n" + sMessage);
                return true;
            }
        </script>
    </head>
    <body onload="nonExistentFunction()">
    </body>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Window
» onerror