Closed
Bug 199980
Opened 22 years ago
Closed 22 years ago
javascript close main window without question
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 184618
People
(Reporter: talk_to_me, Assigned: asa)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3) Gecko/20030312
When you type my link in new browser window that window will close without
question. This works in mozilla 1.3final, ie6 and opera 7.2.
<script language="javascript" type="text/javascript">
<!--
window.opener = self;
window.opener.close();
//-->
</script>
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
Main browser window will close.
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 184618 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•