PDA

Click to See Complete Forum and Search --> : INET Problem


raoul
Jun 16th, 2001, 01:35 PM
I have a problem with INET object for save a Web page to a file.
I use this code in my program:

Public Inet1 As Inet

Inet1.URL = "http://www.microsoft.com"

Open App.Path & "\Appo.htm" For Output As #1

DoEvents
Print #1, Inet1.OpenURL
Close #1

In file appo.htm I retreive a partial html code only, and web page is incomplete. Can you help me for download a Web Page ?
Thanks in advance.
Raoul

raoul
Jun 17th, 2001, 04:56 AM
I have just tried, but HTML text is also incomplete. My code is for keep WEB page at address 'http://www.finanzaonline.com/tech/ALF-A'.
Many thanks.
Raoul