PDA

Click to See Complete Forum and Search --> : Downloading a Web Page...


nickwrs
Feb 21st, 2000, 11:18 AM
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.

Feb 21st, 2000, 11:37 AM
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: azzmodan@azzmodan.demon.nl
ICQ: 15440110 (http://www.icq.com/15440110)
Homepage: http://www.azzmodan.demon.nl

nickwrs
Feb 21st, 2000, 11:42 AM
could you post code that would explain that better?

I don't know what parse means...