Article ID: 174923 - Last Review: August 18, 2005 - Revision: 3.2 How To Use the PostData Parameter in WebBrowser ControlThis article was previously published under Q174923 On This PageSUMMARY
The WebBrowser control has a Navigate method with PostData as a parameter.
This allows the user to post data to the specified URL with the WebBrowser
control.
MORE INFORMATION
Navigate specifications:
Navigates to the resource identified by a Universal Resource Locator
(URL), or to the file identified by a full path.
Syntax: PostData Optional: Data to send to the server during the HTTP POST transaction. For example, the POST transaction is used to send data gathered by an HTML form. If this parameter does not specify any post data, the Navigate method issues an HTTP GET transaction. This parameter is ignored if URL is not an HTTP URL. NOTE: The post data specified by PostData is passed as a SAFEARRAY structure. The variant should be of type VT_ARRAY and point to a SAFEARRAY. The SAFEARRAY should be of element type VT_UI1, dimension one, and have an element count equal to the number of bytes of post data. Sample to PostData to URL server
APPLIES TO
| Article Translations
|
Back to the top
