Contents Index Topic Contents | ||
Previous Topic: IHTMLAreaElement::get_onfocus Next Topic: IHTMLAreaElement::get_port |
IHTMLAreaElement::get_pathname
HRESULT get_pathname( BSTR *p );Retrieves the file or object path from the URL for the current browser location.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the path.
See also put_pathname
IHTMLAreaElement::put_pathname
HRESULT put_pathname( BSTR v );Sets the file or object path of the URL.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the path.
See also get_pathname
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.