![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: <body onload="self.close();"> won't work on Firefox 1.0.7?
From: RobG <rgqld@iinet.net.au>
Date: Fri Jan 20 2006 - 02:25:20 CET
Martin Honnen wrote:
I tried in Firefox 1.5 to modify the dom.popup_allowed_events entry to
The rule seems to be that only a script in the opener page can close a
In the opener:
var popA;
In the popup:
<body onload="opener.closeMe(this);">
But what is the point of having a window close itself onload?
[...]
-- RobReceived on Tue Feb 7 21:14:42 2006 |