Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebControl Object / Navigate3 Method
URL of the current page.
Frame name.
In This Topic
    Navigate3 Method
    In This Topic
    Navigates to the URL and displays the content in the frame pointed to by targetFrameName.
    Syntax
    expression.Navigate3( _
       ByVal Url As String, _
       ByVal targetFrameName As String _
    ) 
    where expression is a variable that represents a WebControl Object

    Parameters

    Url
    URL of the current page.
    targetFrameName
    Frame name.
    See Also