LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Editing webpages in labview

Is it possible to update the dialog boxes (like username & password) on a webpage that is opened through labview? My goal is to upload experimental data onto the webpage as a part of automation?
RaVI
0 Kudos
Message 1 of 3
(2,564 Views)
Hi RaVI,
yes it´s possible. You can use the ActiveX functions. See this link for an example. http://forums.ni.com/ni/board/message?board.id=170&message.id=331109#M331109
 
Mike
Message 2 of 3
(2,546 Views)
Editing a web page is considerably different than logging in. ActiveX will not do it. You must physically replace a file on the server that's proving the page. The HTTP protocol is not designed to handle this type of transaction.
0 Kudos
Message 3 of 3
(2,528 Views)