Results 1 to 2 of 2

Thread: INET Problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Location
    Italy
    Posts
    12

    Unhappy 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

  2. #2

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Location
    Italy
    Posts
    12

    Unhappy 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
  •  



Click Here to Expand Forum to Full Width