Add below piece of code on your page <head> tags.
<script type="text/javascript"> window.onerror = function () { // Return true to tell IE we handled it return true; }; </script>
No comments:
Write comments