About This Product
WebSiteMadeEasy.net | FontsMadeEasy.com | RankChecker.net
 
Submit your Script
Google Search:
| Over 5000 Free Fonts | Tutorials | Javascript Forum | Other Javascript Resources | Cheat Sheet

Error Handling


There are basically two ways of catching errors in a web page. One has been available since Netscape Navigator 3 and the other one is available in IE5 and Mozilla 1.0 (or whatever it is going to be called). In Mozilla this is a part of Javascript 1.4 and in IE it is a part of the JScript engine version 5.

 
 
Insert into <HEAD>

 
Insert into <BODY>

 
Other Options