'onError' Example : onError « Event Handlers Reference « JavaScript Reference

'onError' Example

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

    
      
      








Related examples in the same category

1.'onError' Syntax and Note
2.'onError' Properties
3.'onError' is applied to