Re: I don't understand....
Quote:
Originally posted by Cerksees
Why wouldn't the images be shown? Even if the file is saved locally, the "href" still points to the image stored on a website. Just don't change these when you are changing the html code you got with the inet control.
Are you having any success with getting the source via inet?
This is not completly true.
Most webpages dont use the complete url for images.
Say i have a webpage ' http://www.azzmodan.demon.nl ' in it is a directory called images, now when i want a picture i access it like this <IMG SRC="images/MyImage.png"> and not <IMG SRC="http://www.azzmodan.demon.nl/images/MyImage.png">
I think the best thing to do ie either download the images and save them together with the page, or modify the IMG tags to point to the complete url.
For downloading binary items through http see the tutorials on http://vbip.com
Hope it helps,