Contents Index Topic Contents | ||
Previous Topic: IHTMLLocation::replace Next Topic: IHTMLLocation::toString |
IHTMLLocation::assign
HRESULT assign( BSTR bstr );Sets the current location to the given URL. This method loads the given document specified by the URL if it exists.
- Returns S_OK if successful, or an error value otherwise.
- bstr
- String specifying the URL of the document to assign.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.