Discussion:
Editing webpages in labview
(too old to reply)
Ravin
2008-08-12 00:40:06 UTC
Permalink
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?
MikeS81
2008-08-12 06:40:06 UTC
Permalink
Hi RaVI,
yes it´s possible. You can use the ActiveX functions. See this link for an example. <a href="http://forums.ni.com/ni/board/message?board.id=170&amp;message.id=331109#M331109" target="_blank">http://forums.ni.com/ni/board/message?board.id=170&amp;message.id=331109#M331109</a>
&nbsp;
Mike
smercurio_fc
2008-08-12 16:10:05 UTC
Permalink
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.
Loading...