Suppress javascript errors on your webpage easily

This Tutorial Has Been Viewed 2,269 Times.

This code will help you suppress the javascript error codes while loading a webpage


<script language="JavaScript">
function suppressJSError() {
return true;
}
window.onerror=suppressJSError;
</script>
VN:F [1.9.13_1145]
Rating: 4.5/10 (2 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

Suppress javascript errors on your webpage easily, 4.5 out of 10 based on 2 ratings

Incoming search terms:





You will also be interested in ,

Tags:

Leave a Reply

Spam protection by WP Captcha-Free

Proudly designed by Mistonline.in.
Affordable Seo PackagesSeo BlogEdu Backlinks
More in JavaScripts (44 of 80 articles)


This is another simple script to get the http referrer using javascript.This will help you in getting the referrer page ...