|
-
Jun 16th, 2001, 01:35 PM
#1
Thread Starter
New Member
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
-
Jun 17th, 2001, 04:56 AM
#2
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|