IHTMLWindow2::get_nameIHTMLWindow2::get_name*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLWindow2::get_location
*Next Topic: IHTMLWindow2::get_navigator

IHTMLWindow2::get_name


HRESULT get_name(
    BSTR *p 
);

Retrieves the name of the window.

p
Address of a variable that receives the name.

The name property on the window comes from the FRAME definition. There is no other way to persist a window name in HTML.

See also put_name

Up Top of Page


IHTMLWindow2::put_name


HRESULT put_name( 
    BSTR v 
);

Sets the name of the window.

v
String specifying the name.

The name property on the window comes from the FRAME definition. There is no other way to persist a window name in HTML.

See also get_name


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