Results 1 to 3 of 3

Thread: Downloading a Web Page...

  1. #1

    Thread Starter
    Hyperactive Member nickwrs's Avatar
    Join Date
    Jan 2000
    Location
    Atlanta, Ga
    Posts
    398

    Post

    Hey guys,

    I am curious how to down load a web page, I know that I can use the open url method of the internet transfer control to get the page source, but I need to get the pictures too. Thanks. then I need to send it to netscape... But I need to get the data first, so if you could help at all...

    Nick.

  2. #2
    Guest

    Post

    You could parse the html you retrieved, and see if there are any img tags in there, if there are, extract the path from the src part and download the file.

    ------------------

    Vincent van den Braken
    EMail: [email protected]
    ICQ: 15440110
    Homepage: http://www.azzmodan.demon.nl




  3. #3

    Thread Starter
    Hyperactive Member nickwrs's Avatar
    Join Date
    Jan 2000
    Location
    Atlanta, Ga
    Posts
    398

    Post

    could you post code that would explain that better?

    I don't know what parse means...


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