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.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLWindow2::put_name
HRESULT put_name( BSTR v );Sets the name of the window.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.