GoForward MethodGoForward Method*
*



Contents  *



Index  *Topic Contents
*Previous Topic: GoBack Method
*Next Topic: GoHome Method

GoForward Method

Description

Navigates forward one item in the history list.

Syntax

object.GoForward

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

Remarks

During a browsing session, the WebBrowser control and 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.

Applies To

InternetExplorer, WebBrowser

See Also

GoBack, GoHome, GoSearch


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