opener property
Sets or retrieves a reference to the window that created the current window.
Syntax
HRESULT value = object.put_opener(VARIANT v);HRESULT value = object.get_opener(VARIANT* p);
Property values
Type: VARIANT
the window reference.
Remarks
The IHTMLWindow2::opener property is available only for frame and iframedocuments.
Show: