Hello again everyone,
I seem to have run into another problem... perhaps I'm just a bit slow.
The problem is something like this:
I have a popup window launched by a page sourced in an iFrame [master.html |
slave.html -> child_popup.htm l] and would like to find a method to close all
windows (popups) when the master window is closed. I have found a fair
amount of documentation on this fairly straightforward process however, it
would seem that the inclusion of iFrames screws with the settings somewhere
along the line.
How do would I make it so the "master" is aware of the "slave's" "children"?
Oh, to add insult to injury, index.html is also a static frameset (top nav,
bottom content) - though I don't think this should really effect anything so
long as the onUnload="child window.close()" lives in <frameset>
Basically, I know how to do it, just not how to get everyone talking to
eachother in a successful manner.
Any help would be greatly appreciated!
Thanks in advance!
|veganeater|
I seem to have run into another problem... perhaps I'm just a bit slow.
The problem is something like this:
I have a popup window launched by a page sourced in an iFrame [master.html |
slave.html -> child_popup.htm l] and would like to find a method to close all
windows (popups) when the master window is closed. I have found a fair
amount of documentation on this fairly straightforward process however, it
would seem that the inclusion of iFrames screws with the settings somewhere
along the line.
How do would I make it so the "master" is aware of the "slave's" "children"?
Oh, to add insult to injury, index.html is also a static frameset (top nav,
bottom content) - though I don't think this should really effect anything so
long as the onUnload="child window.close()" lives in <frameset>
Basically, I know how to do it, just not how to get everyone talking to
eachother in a successful manner.
Any help would be greatly appreciated!
Thanks in advance!
|veganeater|
Comment