Closed Bug 222948 Opened 22 years ago Closed 22 years ago

page doesn't load - popup blocking of javascript window.open(link.html, _top)

Categories

(Firefox :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 101190

People

(Reporter: Koen.Van.Lindt, Assigned: bugzilla)

References

()

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030821 Mozilla Firebird/0.6.1+ Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030821 Mozilla Firebird/0.6.1+ This is the full source code of the page after login: <html><head><script language="JavaScript">window.open('http://customer.proximus.be/nl/My_Proximus/Ac_Hub.html?&x=1066655143362','_top');</script></head><body></body></html> The browser should load another webpage. IE and Konqueror do it. Reproducible: Always Steps to Reproduce: 1. go to http://customer.proximus.be/nl/index.html 2. login 3. Actual Results: You get a blank page. Looking at the code you see another webpage should be loaded. Work around: copying the dynamic link in the script and loading it manually. Expected Results: load the page
Looks like it's blocked by the popup blocker. It isn't a popup 'though.
because the call is to window.open(link.html, _top) which is basically a popup but just into the current window (as far as I know). updating summary to make it a bit more informative.
Summary: javascript, page doesn't load → page doesn't load - popup blocking of javascript window.open(link.html, _top)
Dupe of bug 101190?
Sounds technically like the same problem as Bug 101190, it's just how Mozilla (or FB) detects popups. *** This bug has been marked as a duplicate of 101190 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.