Re: false popup not allowed?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: false popup not allowed?

From: Jean Pierre Daviau <Once@WasEno.ugh>
Date: Tue Jan 31 2006 - 20:53:40 CET

The goal of this script is to test if the pop ups are allowed. I tried it
with IE6, Opera and Mozilla everything OK. For the others I dont have them.

> IE6 WinXP SP2 gives an error of permission denied.
??It does not gives this?
  alert("Pop-up windows are blocked. Please disable your popup blocker in
order to use the site.");

> Gives a false positive with the AOL Popup Blocker in AOL9.0 as well.
Is this another one?

I added a window.opener.POPWRITE = true; in popuptest.htm
   if ((xWin==null)||(typeof(xWin)=="undefined")||(!POPWRITE)
) {
  xWindow=false;
   }

Thanks
Received on Tue Feb 7 21:29:11 2006