Hallo everybody
is there any way to pass window object from one window to another window...
Hallo everybody
is there any way to pass window object from one window to another window...
If a browser window is opened with javascript, and a name is assigned, all objects in it are available to other windows. The original window can be accessed from the child by calling parent.object
There are lots of cut-n-paste javascripts at http://javascript.internet.com