LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Attach post data to activex browser navigate method

The requirement is quite similar to the post about 'auto login'. That thread is getting lengthy and the solution isn't really satisfactary to me.
 
Since the navigate method itself provides a way for us to enclose post data, why should we bother to dig down to the document and then form .... to accomplish the same thing? (you may disagree since All Roads Lead to Rome)
 
But my question is how could we wire post data in the navigate method?
 
 
0 Kudos
Message 1 of 2
(3,039 Views)
Hello,
 
That comes down to an ActiveX question regarding the nature of the data input to that ActiveX method.  I searched msdn.com and found the formal description of PostData as:
 
"[in] Pointer to data to send with 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, IWebBrowser2::Navigate issues an HTTP GET transaction. This parameter is ignored if URL is not an HTTPURL."
 
Here's the page from which this was taken:
 
 
I hope this helps!
 
Best Regards,
 
JLS
Best,
JLS
Sixclear
0 Kudos
Message 2 of 2
(3,018 Views)