Send comments on this topic.
GoForward Method
Attachmate.Reflection.Objects Library (Web) > WebControl Object : GoForward Method
Goes forward to the next page.

Syntax

 
object.GoForward() As Boolean

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
WControl.GoForward()

See Also