LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving information from a web page via MSHTML.dll in Labview

We are working at a project where we are combining a Labview application
with a web application.

The labview application supplies information to the web application,
which stores the information. The information can then be retrieved via
the web application or via Labview.

This works very good.

However there is a problem.

We are not able to retrieve information from an HTML frame.
We are using the MSHTML.dll from microsoft in order to retrieve any
information in HTML.

We can retrieve input information, button information, etc.
But we cannot retrieve any frame infromation. For instance retrieving the
number of frames in a Web Page.

Is there any body who has solved this mystery?

Jeroen Bos
Macaw
http:
//www.macaw.nl
0 Kudos
Message 1 of 2
(2,718 Views)
Have you tried use ActiveX control (with MS Internet Contol as the inserted object) to retrieve the info? It will retrieve the webpage as string.

Joe
0 Kudos
Message 2 of 2
(2,718 Views)