Click to See Complete Forum and Search --> : detecting open windows with js


mbenton
07-19-2005, 12:45 PM
How do I tell if a named window is open using javascript in another window?

Then how can I get the value of a form field from the named window?

ray326
07-19-2005, 05:36 PM
I think you can do that only if there is a close relationship (opener/parent) between the windows. I.e. if window A opens windows B and C then B and C will not know of each other but A/B and A/C will.