[Javascript] How do I located a window I opened?

Scott.Wiseman swiseman at remax-cahi.com
Mon Aug 6 14:47:46 CDT 2001


FACTS:

the window object is the global object for client-side JavaScript and all
global variables are properties of the window object

and the window object that represents a top-level browser window exists as
long as that window exists.

and a reference to the window object remains valid regardless of how many
web pages the window loads and unloads...

soooo...

QUESTION:

How do I reference a window that I named

using the window.name ="mywindow"

????????????????????????????????

 

Scott

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


More information about the Javascript mailing list