InfoConnect for Unisys VBA Guide
Navigate3 Method
URL of the current page.
Frame name.
Navigates to the URL and displays the content in the frame pointed to by targetFrameName.
Syntax
object.Navigate3( _
   ByVal Url As String, _
   ByVal targetFrameName As String _
) 

Parameters

Url
URL of the current page.
targetFrameName
Frame name.
Example
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
WControl.Navigate("http://www.google.com","Untitled")
See Also

 

 


2015 Attachmate

Send Feedback