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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -