InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Web.Msie Library / WebControl Object / Navigate2 Method
Determines if the new page is in a new window.
In This Topic
    Navigate2 Method
    In This Topic
    Navigates to the URL.
    Syntax
    expression.Navigate2( _
       ByVal Url As System.String, _
       ByVal newWindow As System.Boolean _
    ) 

    Parameters

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