View Single Post
Join Date: Jul 2005
Posts: 472
Reputation: MIGSoft is an unknown quantity at this point 
Solved Threads: 1
MIGSoft's Avatar
MIGSoft MIGSoft is offline Offline
Posting Pro in Training

Parent/Child Windows References

 
0
  #1
Jun 23rd, 2006
Hey All.

Have a question. I have this situation: in JavaScript I have a parent window that opens a child window using window.open(). Now, through the course of the whole thing, comes a point where the child refereshes the parent window using opener.location.reload(). After the reload happens, I have realized that the parent window no longer has references to its child windows. I need the newly reloaded parent window to still somehow have a references to the child windows so it could manipulate them.

Any ideas would be great. An example would be fantastic.

Thanks.
Reply With Quote