internet explorer 8 - IE8 not prevent javascript alert? -


i using simple javascript

function openalert(){         alert("hello world!");     } setinterval(openalert, 200); 

in chrome & firefox there option prevent page creating additional dialogues if check popup or alert diasable showing i've tested in internet explorer 8 , can't find option there. possible ie8 shows prevent javascript alerts.


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -