LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

controling html form

Hello,
I have a html form compounds in two fields first and last name and a sibmit button, how can I control it in labview

Download All
0 Kudos
Message 1 of 2
(1,870 Views)

Hi,

 

If you are asking about controlling the submit button, you will need to do a couple things.  First, obtain a reference to the submit button, by determining the name of the button from the webpage.  Then you would need to call a 'submit' method of that referenced button.  

 

See the thread here for more ideas on how to do this:http://forums.ni.com/t5/LabVIEW/How-to-fill-out-and-submit-a-web-form-using-LabVIEW/td-p/289527

0 Kudos
Message 2 of 2
(1,829 Views)