'onError' Example : onError « Event onMethod « JavaScript DHTML





'onError' Example

    
<html>
<head>
<script language="JavaScript">
   window.onerror = alert("Errors")
</script>
</head>
<body>
</body>
</html>

    
      
      










Related examples in the same category