LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTML Source viewing with activeX

I need to use activeX to grab the html source from an imbedded SHDocVw.IWebBrowser2 item
0 Kudos
Message 1 of 3
(3,000 Views)
I could not find a method of doing the View>>Source, however you can use the ExecWB to tell it to save. So you could save the html file to the hard drive and then you can use the LaBVIEW VIs to read in the file.

However the easiest method would be to use the internet toolkit that has a VI that gives you the html from a url.
0 Kudos
Message 2 of 3
(3,000 Views)
maybe this might be of help:

http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=CA9910104C671493E034080020E74861&p_node=DZ52052&p_source=external

Regis

"Evan" wrote in message
news:506500000005000000B2370100-1066448259000@exchange.ni.com...
> I could not find a method of doing the View>>Source, however you can
> use the ExecWB to tell it to save. So you could save the html file to
> the hard drive and then you can use the LaBVIEW VIs to read in the
> file.
>
> However the easiest method would be to use the internet toolkit that
> has a VI that gives you the html from a url.
0 Kudos
Message 3 of 3
(3,000 Views)