-
INET Problem
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
-
INET Problem
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