Closed
Bug 33846
Opened 26 years ago
Closed 26 years ago
window.open( url, "_top" ) opens a new window
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: marc.loiselle, Assigned: rogerl)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; N; Linux 2.2.5-15 i586; en-US; m14)
BuildID: 2000032909
window.open( url, "_top" ) opens a new window
Reproducible: Always
Steps to Reproduce:
1.start mozilla. go to http://www.uhfmag.com/
2.Select something from "Take me to" menu.
3.A new window opens
4.Select something from "Take me to" menu in new window.
5.Content of new window is updated.
Expected Results: Initial window should have _top as its name so that any
updating of _top actually causes the initial window to change.
Test case
<HEAD>
<script language="Javascript">
function loadPage()
{
window.open( "test.html", "_top" );
}
</script>
</HEAD>
<HTML>
<A HREF="test.html" ONCLICK="loadPage()">click here</A>
</HTML>
Comment 1•26 years ago
|
||
| Assignee | ||
Comment 2•26 years ago
|
||
*** This bug has been marked as a duplicate of 32342 ***
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•