Posted by Gιrard Talbot on 10/13/96 11:25
Lambuz wrote :
> Is there any way to check the existance of a window by the name ?
>
No.
> I'm using this code:
> window.open("http://www.google.com",'targetWin1')
>
> If I open a window using previous code without getting immediatly
> return value of open method,
If there is no return value, then it means the function did not succeed
and the window does not exist.
> can I get it in a second moment ?
I don't understand what you mean.
For
> example using the value of param sName of open method ?
>
> regards
>
Look for WindowObjectReference
and in the FAQ :
http://developer.mozilla.org/en/docs/DOM:window.open#FAQ
GΓ©rard
--
remove blah to email me
[Back to original message]
|