Closed
Bug 141328
Opened 23 years ago
Closed 23 years ago
Javascript close all tabbed documents
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 103452
People
(Reporter: csainty, Assigned: rogerl)
Details
The javascript
top.window.close();
in one tabbed window will close down the entire browser including pages loaded
in other tabbed windows.
I also worry that it would be possible to access one tabbed window from another
through the top object, but I havnt looked at the code or bothered to try it out.
something like top.windows[1].document....
I dont know, something to look into :)
![]() |
||
Comment 1•23 years ago
|
||
Duplicate of "javascript window.close should close tab, not complete browser
window"
> I also worry that it would be possible to access one tabbed window from
> another through the top object, but I havnt looked at the code or bothered to
> try it out. something like top.windows[1].document....
No, that would not work.
*** This bug has been marked as a duplicate of 103452 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
![]() |
||
Comment 2•23 years ago
|
||
Verified Duplicate. Chris, thank you; you have been cc'ed on the duplicate -
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•