Forum Moderators: open
...<script language =" JavaScript">
<!-- hide start
function popup() {
window.open("popupurlsnippedfromhere","bannerpopup","height=100,width=486,scrollbars=no");
}
// hide end -->
</script>
</head>
<frameset onLoad="JavaScript:popup()" rows="*,1" framespacing="0" border="0" frameborder="NO">
<frame src="http://www.example.com" name="dot_tk_frame_content" scrolling="auto" noresize>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
Anyway, with this extension disabled, Firefox was correctly blocking the example popup listed above. But with the extension running it allowed it through.
Problem solved, sorry for wasting you a few minutes in reading this. And sorry for blaming Firefox :)
BTW, I think PR1.0 is a nice advance. Still some completely annoying things with Firefox like the way you lose the page if you get a server timeout, whereas other browsers will give you the url you request or at least the one you came from. In other words, try going to the page
h**p://asdfasdfdsfasdiuyoiausflkjanf.com
in Firefox and then Opera, Mozilla, or IE.
Tom