Jeg syntes ikke rigtigt det virker har lavet følgende html fil. Og der kommer stadig popup.
<head>
<title>PopupTest 1 - test your popup killer software</TITLE>
<LINK REL="SHORTCUT ICON" HREF="
http://www.popuptest.com/favicon.ico"><script language="JavaScript">
<!--
function symWinOpen(){
return new Object();
}
var realWinOpen = window.open;
window.open = symWinOpen;
var useHeight = 105;
function stopError() { return true; }
window.onerror = stopError;
function popup(url, yes) {
if (document.screen) { useHeight = screen.availHeight }
var bannerX = 5; var bannerY = useHeight - 10;
window.open(url, yes, 'resizeable=no,scrollbars=no,width=600,height=130,innerWidth=600,innerHeight=130,titlebar=no,screenX='+bannerX+',screenY='+bannerY+',left='+bannerX+',top='+bannerY);
}
popup('
http://www.popuptest.com/popup1.html', '_pop1');
popup('
http://www.popuptest.com/popup2.html', '_blank');
popup('
http://www.popuptest.com/popup3.html', '_');
popup('
http://www.popuptest.com/popup4.html', '');
-->
</script>
</head>
<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 onload="popup('
http://www.popuptest.com/popup5.html', '_blank');popup('
http://www.popuptest.com/popup6.html', '')" onunload="popup('
http://www.popuptest.com/popup7.html', '_blank');popup('
http://www.popuptest.com/popup8.html', '_8')">
<table width="100%" bgcolor="#000000"><tr><td><A HREF="
http://www.popuptest.com/"><img src="/images/popuptestlogo.gif" alt="PopupTest" width="248" height="112" border="0"></A></td></tr></table>
<br><br><br>
<table width="500" border="0" cellspacing="0" cellpadding="4" align="center" bgcolor=#ffffff>
<tr><td style="font-size:13px;font-family:arial,tahoma;">
<br><h1><font color=#D41A1F>PopupTest 1</font></h1>
<font face=arial size=3><b>This page will launch a total of 10 popup windows</b></font></b>
<b><br><br><br>
<img src="/images/loadpop.gif" alt="loading..." width="300" height="200" border="0"><br>
<form>
<INPUT TYPE="button" VALUE=" BACK " onClick="history.go(-1)">
</FORM>
</td></tr></table>
<br><br><br><br>
<br><br>
</center>
</body>
</html>