![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: focus on the new window.open window
From: Thomas 'PointedEars' Lahn <PointedEars@web.de>
Date: Wed Nov 30 2005 - 16:40:15 CET
Csaba Gabor wrote:
> Up until a few weeks ago, javascript code like
I do not think there is a significant change here. It is well-known
> Is there a new way in Mozilla/Firefox that I can ensure that this
You could call the focus() method of the respective Window object
function isMethodType(s)
var w = window.open(...);
PointedEars
|