Send comments on this topic.
GoBack Method
Attachmate.Reflection.Objects Library (Web) > WebControl Object : GoBack Method
Goes back to the previous page.

Syntax

 
object.GoBack() As Boolean

Example

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

See Also