Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

window.onerror

$
0
0

In IE 8 given code not raise 'error dialog popup'.

In IE 11   raise  'error dialog popup ' and how to avoid... with out  changing any internet option setting

<html>
<head>
<script>

window.onerror = function()
{
  return false;
}

window.onload = function()
{


var c = a.k; // a is undefined here

}

</script>
</head>
<body>
</body>
</html>

Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>