Closed
Bug 123978
Opened 23 years ago
Closed 23 years ago
window.open() does not work when called from inside a frame. Mozilla 0.9.8
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 122966
People
(Reporter: jakel, Assigned: john)
References
()
Details
window.open() does not work when called from inside a frame
function color(nombre) {
window.open('prueba.html','colorpalette','height=400,width=300,scrollbars=yes');
}
is called by using
onclick="color('text-color')
The frame just scrambles, but nothing works.
Assignee | ||
Comment 1•23 years ago
|
||
Note that this does eventually work, you just have to click it a few times. The
symptoms are precisely the same as bug 122966 except the link does a window open
on click.
*** This bug has been marked as a duplicate of 122966 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•