IHTMLWindow2::navigateIHTMLWindow2::navigate*
*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.

v
String specifying the URL.

This method performs the same action as the IHTMLLocation::put_href method.


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