Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / 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 String, _
       ByVal newWindow As Boolean _
    ) 
    where expression is a variable that represents a WebControl Object

    Parameters

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