opener property
Sets or retrieves a reference to the window that created the current window.
Syntax
JavaScript |
p = object.opener |
Property values
Type: Variant
the window reference.
The opener property is available only for frame and iframedocuments.
See also
window