Closed Bug 162615 Opened 22 years ago Closed 22 years ago

Pop-up blocking doesn't work

Categories

(SeaMonkey :: UI Design, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 159036

People

(Reporter: vicslee, Assigned: samir_bugzilla)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla 1.1 BetaBuildID: 2002072104 When you click on one of the files to download, it brings you to another page which has a button that lets you download the file. But on that page, there is extra code that gives you pop-up ads that mozilla can't block. I have all of the things in advanced, scripts and windows unchecked. Reproducible: Always Steps to Reproduce: 1. Disable popups in options 2. Goto www.cracks.am 3. Click on a letter, say G (if pop-ups havent started coming yet) 4. Click on a random thing to d/l, say Gala 5. Wait around a bit, and they'll start coming Actual Results: You get popups Expected Results: No pop up ads here's a snippet of the relevant html: <html><head><title>CRACKS.AM Download Page for "QuickCheck Mail 1.0"</title> <script language="JavaScript"><!-- var bartext='Welcome to CRACKS.AM software security site!'; function display() { window.status=bartext; tmp=setTimeout("display()",20); } //--></SCRIPT> <script language="JavaScript"><!-- display(); //--></SCRIPT> <script language="JavaScript"> function wopen() { window.open("http://www.search-explorer.net/filter/gate.php? id=top_frame","SEtoolbar"); return true; } </SCRIPT>
Their pop-up windows are created using mouseover event handlers. This will be fixed by bug 159036; marking as dupe. *** This bug has been marked as a duplicate of 159036 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Product: Core → Mozilla Application Suite
You need to log in before you can comment on or make changes to this bug.