Closed Bug 164398 Opened 22 years ago Closed 22 years ago

Pop-up windows will still pop-up even when preventative option in preferences is turned on

Categories

(SeaMonkey :: Preferences, defect)

x86
Windows 2000
defect
Not set
major

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 164399

People

(Reporter: mozbugzilla2021, Assigned: bugs)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721 In the page at http://zetafleet.com/dev/bug/popup/index.shtml (a page recreated by myself to illustrate this problem), a window can be popped-up by automatically submitting a form on document load. The code used is as follows: <head> <script type="text/javascript"> <!--// function loadpopup() { document.flauncher.submit(); } //--> </script> </head> <body onload="loadpopup()"> <form name="flauncher" action="pop-up.php" target="popup" method="post"></form> </body> Reproducible: Always Steps to Reproduce: Simply loading a site with this code will cause a window to pop-up. Actual Results: A window popped up. Expected Results: Mozilla should have ignored the pop-up.
Duplicate of 164399 *** This bug has been marked as a duplicate of 164399 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
v. Reason: bug submitted twice
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.