|
|
Q121 Is it possible to address the frame structure from outside of itself, from an opened child window?
irt.org | Knowledge Base | JavaScript | Frame | Q121 [ previous next ] Q121 Is it possible to address the frame structure from outside of itself, from an opened child window?All you need is a reference back to the frame/window that opened the new window. When opening the window using window.open, the new window is a child of the first window, although the first window is not the parent of the new window. Make sure the window opening looks something like this:
Then you can refer to the opener as opener:
|
-- div -->
|