GoForward

Description

Jumps from the current page to the next page.

This function is effective only when the canGoForward parameter of the NavigationStateChanged event is TRUE.

Applies to

WebBrowser control

Syntax

controlname.GoForward ( )

Argument

Description

controlname

The name of the WebBrowser control.


Return value

Integer.

Returns 1 if the function succeeds and -1 if an error occurs.

Examples

Integer li_rtn
li_rtn = wb_1.GoForward()

See also

CancelDownload

EvaluateJavascriptAsync

EvaluateJavascriptSync

GetSource

GoBack

Navigate

PrintAsPDF

PauseDownload

RegisterEvent

ResumeDownload

Refresh

StopNavigation

UnregisterEvent

Zoom