Send comments on this topic.
Navigate4 Method
Attachmate.Reflection.Objects Library (Web) > WebControl Object : Navigate4 Method
Url
URL of current page.
targetFrameName
Frame name.
postData
Collection of data to post.
additionalHeaders
Navigates to the URL.

Syntax

 
object.Navigate4( 
   ByVal Url As String,
   ByVal targetFrameName As String,
   ByVal postData() As Byte,
   ByVal additionalHeaders As String
) 

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