Disable Javascript Errors
This simple script will prevent javascript errors from being displayed in your visitor's browser
<script type="text/javascript">
function noError(){
return true;
}
window.onerror = noError;
</script>
The functionality is very simple: create a function that always returns true, and then whenever an error occurs, call this function (returning true and suppressing the error).
Shamefully, this script is only tested in IE.
21.02.2007. 19:08
Abhishek said on 11.08.2008. 11:54
Really great!!
Hugo Decosta said on 18.09.2008. 12:14
Pretty good! IE kills me with those warnings, some time without reason. Thanks!
Satish said on 01.04.2009. 06:12
great tool. thanks.
denns said on 08.04.2009. 04:56
this actually does not work in IE7... tried and it failed :(
Kered said on 18.12.2009. 17:24
well I must say this a great.
Well Done !!!!!!
Hermit said on 21.01.2010. 22:01
Thanks!
nithiyalakhsmi said on 26.02.2010. 11:56
Many Thanks! This script gives end to my script problem in ie6.
Recent Responses:
Page last (manually) updated: December 23, 2009.
Questions, comments, insults or praise? Have your say: