InfoConnect for Airlines 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.
See Also