Closed
Bug 208830
Opened 22 years ago
Closed 22 years ago
A popup windows gets through while having supress popups activated!
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 144726
People
(Reporter: lfpertuz, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030507
Whilts browsing happily along I arrived at: http://www.palmgamingworld.com/ and
a much hated popup window appeared!
ack! eek!
Reproducible: Always
Steps to Reproduce:
1. open URL: http://www.palmgamingworld.com/
2. POP!
3.
Actual Results:
A pop up window appears 2000 ms after loading the page (view source)
Expected Results:
Block the Pop-up!
This appears to be the offending code:
<script language=JavaScript>
<!--//
function loadpopup()
{
document.flauncher.submit();
focus();
setTimeout('focus()',2000);
}
// -->
</script>
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 144726 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•