Click to return to the Reusing Browser Technology home page    
GoBack Method     GoHome Method     WebBrowser Methods    
Web Workshop  |  Reusing Browser Technology

GoForward Method


Navigates forward one item in the history list.

Syntax

object.GoForward

Parameters

object
Required. An object expression that evaluates to an object in the Applies To list.

Applies To

During a browsing session, the WebBrowser control and Microsoft® Internet Explorer application maintain a history list of all Web sites visited during a session (unless you specify the NAVNOHISTORY flag when using the Navigate method). Use the CommandStateChange event to check the enabled state of forward navigation. If the event's CSC_NAVIGATEFORWARD command is disabled, the end of the history list has been reached and the GoForward method should not be used.

See Also

InternetExplorer, WebBrowser

Remarks

GoBack, GoHome, GoSearch


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.