[Javascript] How to test existence of a window BUT NOT create it

Stevel Lintz slintz at ez4news.com
Sun Jul 13 10:23:09 CDT 2003


Given the (string) name of a window, how can I test if it's open without
also causing it to be created (if it's not previously extant)?  The only way
I know to obtain a reference to a window is by using window.open() - but
this will always create the window if it doesn't currently exist, which is
what I need to avoid.

 

TIA!

-Stevel

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20030713/a5151896/attachment.htm>


More information about the Javascript mailing list