InfoConnect for Unisys VBA Guide
Navigate2 Method
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
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
WControl.Navigate("http://www.googl.com",True)
See Also

 

 


2015 Attachmate

Send Feedback