LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I call IE and save the webpage to HTML file?

Hi,

I want to open a website and save the webpage to HTML file to hard drive. Can I do it in labview?

Any suggestions will be appreciated!
Message 1 of 6
(4,125 Views)
Or how to save/analysis the data from the following example?

Building a Simple Web Browser Using ActiveX

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

Thanks
0 Kudos
Message 2 of 6
(4,100 Views)

Hi Stephan,

Maybe this will help (?)

BTW, good question!  It took some digging to obtain the HTML Source, so there may be an easier way...

Cheers.

When they give imbeciles handicap-parking, I won't have so far to walk!
Message 3 of 6
(4,067 Views)
Thank you so much!!!!!


Best rating to you!
0 Kudos
Message 4 of 6
(4,059 Views)
Hi
 
You can also use intead of using ActiveX a DataSocket method.
You could use Open, Read and Close DataSocket funkctions to read HTML pages only 🙂 and do whatever you want after that (for example save)
 
bogdani
Message 5 of 6
(4,046 Views)

Voila! "an easier way" - thanks bogdani.  Smiley Happy

Message Edited by Dynamik on 03-05-2006 12:43 PM

When they give imbeciles handicap-parking, I won't have so far to walk!
0 Kudos
Message 6 of 6
(4,040 Views)