Search This Blog

Friday, April 30, 2010

How to skip javascript error.

<script type="text/javascript">
window.onerror=function(){
alert('An error has occurred!')
return true
}
</script>

No comments:

Post a Comment