LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Information to webpage

Im trying to write a test that goes out to a webpage and selects a value from a check box and submits it. I used a data socket and I was able to get into the website and read its source file, but as far as being able to select a check box in the frame and submit it im a little stumped. Does anyone have any ideas how to use labview to send information to a website?

0 Kudos
Message 1 of 5
(2,549 Views)
Ok never mind i just found the invoke nodes. Im going to assume I can use the put property method to send the check box selection to the page.

0 Kudos
Message 2 of 5
(2,540 Views)
Hi
 
I know that you found some solution for you, but I have an idea that good solution I think is to send some variable values in address for php based web pages.
 
I think it is a good idea for sending some information for external web server.or has you got other solutions ?
 
bogdani
0 Kudos
Message 3 of 5
(2,532 Views)
Well i dont realy have a good solution to the problem as of right now. What i realy want to see happen is basically
-Press Radio Button 1
-Press Submit
-Press Radion Button 2
-Press Submit
-Press Radio Button 3
-Press Submit

Its been a while since ive done any html and im not all that familiar with php, or cgi

Message Edited by Ix on 04-19-2006 02:44 PM

0 Kudos
Message 4 of 5
(2,530 Views)

Hi

You could also do some VI and publish it on web site. Then you will be have full control of this what happen with data on web page..

Some examples
http://zone.ni.com/devzone/conceptd.nsf/webmain/0A81885925C72F5386256802007B9611

and more
http://zone.ni.com/devzone/devzone.nsf/webcategories/4EC7586D87341631862567AC004F0E38

bogdani

0 Kudos
Message 5 of 5
(2,520 Views)