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>
Incoming search terms:
- suppress web page errors (2)
- disable prompt are you sure to leave this page (1)
- how to supprees the error on webpage using javascript (1)
- suppress errors on webpage (1)
- suppress javascrip errors for ajax (1)
- suppress js error (1)
- timer to prevent javascript errors when loading page (1)
- web page error how to supress it (1)
You will also be interested in ,
- Add a splash page using javascript
- Load webpage dynamically from query string using simple javascript and iframe
- Javascript popup window
- Add to favorites or bookmarking using javascript in firefox and internet explore [IE]
- Copy form field values using javascript
- How to check browser javascript enabled?
- Give a welcome alert message to your visitors using javascript
- Close Event In Javascript For Firefox, IE and Chrome
- Extracting URL parameters with Javascript
- Disable dropdown menu in a form using javascript
