InfoConnect for Unisys VBA Guide
Navigate4 Function
URL of current page.
Frame name.
Collection of data to post.
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

 

 


2015 Attachmate

Send Feedback