Is it possible to call a member function on a global object that lives in a child window?
Example:
Parent A - Calls window.open("Child B", "child);
Child B - Contains object X
Parent A - Calls X.function(); <-- Is this possible in any way?
Thanks,
Patrick