Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebControl Object / Navigate4 Method
URL of current page.
Frame name.
Collection of data to post.
In This Topic
    Navigate4 Method
    In This Topic
    Navigates to the URL.
    Syntax
    expression.Navigate4( _
       ByVal Url As String, _
       ByVal targetFrameName As String, _
       ByVal postData() As Byte, _
       ByVal additionalHeaders As String _
    ) 
    where expression is a variable that represents a WebControl Object

    Parameters

    Url
    URL of current page.
    targetFrameName
    Frame name.
    postData
    Collection of data to post.
    additionalHeaders
    Remarks
    In the frame pointed to by targetFrameName, additional postdata and headers can be passed to the server at the same time.
    See Also