From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,893 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,852 Views)