Send comments on this topic.
Navigate2 Method
Attachmate.Reflection.Objects Library (Web) > WebControl Object : Navigate2 Method
Url
newWindow
Determines if the new page is in a new window.
Navigates to the URL.

Syntax

 
object.Navigate2( 
   ByVal Url As String,
   ByVal newWindow As Boolean
) 

Parameters

Url
newWindow
Determines if the new page is in a new window.

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
WControl.Navigate("http://www.googl.com",True)

See Also