04-26-2013 06:08 AM - edited 04-26-2013 06:10 AM
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
04-29-2013 06:36 PM
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