IHTMLWindow2::get_openerIHTMLWindow2::get_opener*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLWindow2::get_onunload
*Next Topic: IHTMLWindow2::get_Option

IHTMLWindow2::get_opener


HRESULT get_opener( 
    VARIANT *p 
);

Retrieves a reference to the window that created the current window.

p
Address of a variable that receives the reference to the creating window.

See also put_opener

Up Top of Page


IHTMLWindow2::put_opener


HRESULT put_opener( 
    VARIANT v 
);

Sets a reference to the window that created the current window.

v
String or value specifying the reference to the creating window.

See also get_opener


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.