Closed
Bug 285610
Opened 20 years ago
Closed 20 years ago
popup window appeared despite blocking being enabled
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 282931
People
(Reporter: rocombs, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 While reading this page a pop-up window appeared. I had several browser windows open but this is the only window with a site I don't regularly read in it, so I assume it was the cause (I do not normally see pop-up ads). I tried reloading the page and scrolling around but no additional windows appeared. Settings: Privacy & Security -> Popup Windows: [*] Block unrequested popup windows [ ] Play a sound [*] Display an icon in the Navigator status bar Advanced -> Scripts & Plug-ins: Enable JavaScript for: [*] Navigator [ ] Mail & Newsgroups Allow scripts to: [ ] Move or resize existing windows [ ] Raise or lower windows [ ] Hide the status bar [*] Change status bar text [ ] Change images [ ] Disable or replace context menus Reproducible: Couldn't Reproduce Steps to Reproduce: 1. 2. 3. Actual Results: Normal page load with no popup when trying to reproduce. Expected Results: It worked as expected on second and third attempts. Initial attempt resulted in a pop-up. Not sure what code caused the pop-up. Here are all of the script sections for ads on the page: <!-- BEGIN: AdSolution-Tag 4.1: Global-Code [PLACE IN HTML-HEAD-AREA!] --> <script type="text/javascript" language="javascript" src="http://a.as-us.falkag.net/dat/dlv/aslmain.js"></script> <script type="text/javascript" language="javascript" src="http://a.as-us.falkag.net/dat/dlv/aslsubs111.js"></script> <!-- END: AdSolution-Tag 4.1: Global-Code --> <!-- FASTCLICK.COM POP-UNDER CODE v1.8 for spacedaily.com (12 hour) --> <script language="javascript"><!-- var dc=document; var date_ob=new Date(); dc.cookie='h2=o; path=/;';var bust=date_ob.getSeconds(); if(dc.cookie.indexOf('e=llo') <= 0 && dc.cookie.indexOf('2=o') > 0){ dc.write('<scr'+'ipt language="javascript" src="http://media.fastclick.net'); dc.write('/w/pop.cgi?sid=8288&m=2&tp=2&v=1.8&c='+bust+'"></scr'+'ipt>'); date_ob.setTime(date_ob.getTime()+43200000); dc.cookie='he=llo; path=/; expires='+ date_ob.toGMTString();} // --> </script> <!-- FASTCLICK.COM POP-UNDER CODE v1.8 for spacedaily.com --> <!-- FASTCLICK.COM 468x60 and 728x90 Banner CODE for spacedaily.com --> <script language="javascript" src="http://media.fastclick.net/w/get.media?sid=8288&m=1&tp=5&d=j&t=s"></script> <noscript><a href="http://media.fastclick.net/w/click.here?sid=8288&m=1&c=1" target="_top"> <img src="http://media.fastclick.net/w/get.media?sid=8288&m=1&tp=5&d=s&c=1" width=728 height=90 border=1></a></noscript> <!-- FASTCLICK.COM 468x60 and 728x90 Banner CODE for spacedaily.com --> <center><!-- FASTCLICK.COM 300x250 Medium Rectangle CODE for spacedaily.com --> <script language="javascript" src="http://media.fastclick.net/w/get.media?sid=8288&m=6&tp=8&d=j&t=s"></script> <noscript><a href="http://media.fastclick.net/w/click.here?sid=8288&m=6&c=1" target="_top"> <img src="http://media.fastclick.net/w/get.media?sid=8288&m=6&tp=8&d=s&c=1" width=300 height=250 border=1></a></noscript> <!-- FASTCLICK.COM 300x250 Medium Rectangle CODE for spacedaily.com --></center> <script type="text/javascript"><!-- google_ad_client = "pub-4298545354336832"; google_ad_width = 336; google_ad_height = 280; google_ad_format = "336x280_as"; google_ad_channel ="5669601897"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <TABLE width=336 height=60 border=1 bgcolor=silver><TR><TD> <center>SpaceMan.com - <B>$8.95</B> Domain Names <form style="margin:0px" method="post" action="https://www.securepaynet.net/gdshop/registrar/search.asp?se=%2B&prog%5Fid=spaceman" id=form1 name=form1> <input type="hidden" name="checkAvail" value="1"> <input type="hidden" name="JScriptOn" value="yes"> <nobr> <span style="font-size:14px; font-weight:bold; color:#000000;">www.</span> <input type="text" name="domainToCheck" maxlength="63" style="width:100px; font-size:13px; olor:#000000;" ><select name="TLD" style="font-size:13px; color:#000000;"> <OPTION VALUE=".com">.com <OPTION VALUE=".info">.info <OPTION VALUE=".us">.us <OPTION VALUE=".net">.net <OPTION VALUE=".org">.org <OPTION VALUE=".biz">.biz <OPTION VALUE=".name">.name <OPTION VALUE=".tv">.tv <OPTION VALUE=".cc">.cc <OPTION VALUE=".jp">.jp <OPTION VALUE=".be">.be <OPTION VALUE=".co.uk">.co.uk</select> <input type="submit" value="Search" style="height:22px; font-size:12px; font-weight:bold"> </nobr> </form> <BR> Only <B>$7.85</B> for domain transfers!</center> </TD></TR></TABLE> <!-- start Vibrant Media IntelliTXT Tooltip style sheet --> <STYLE type="text/css"> .iTt{ FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 11px; FONT-STYLE: normal; FONT-WEIGHT: normal; COLOR: black; BACKGROUND-COLOR: lightyellow; BORDER: black 1px solid; PADDING: 2px; } </STYLE> <!-- end Vibrant Media IntelliTXT style sheet --> !-- start Vibrant Media IntelliTXT script section --> <SCRIPT language="javascript" src="http://us.intellitxt.com/intellitxt/front.asp?IPID=1475"></SCRIPT> <!-- end Vibrant Media IntelliTXT script section --> Suggestion: an option to disable execution of Javascript from other domains (like the image blocking code) would be really nice since it is apparently difficult to stop Javascript from opening unrequested windows.
*** This bug has been marked as a duplicate of 282931 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Version: unspecified → 1.7 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•