Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2::moveTo Next Topic: IHTMLWindow2::open |
IHTMLWindow2::navigate
HRESULT navigate( BSTR url );Causes the browser to browse to the location specified by the URL.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the URL.
This method performs the same action as the IHTMLLocation::put_href method.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.