|
-
Sep 25th, 2000, 07:06 AM
#1
Thread Starter
Lively Member
Hi,
I want to do the following.
1.Fetch a web page source with the inet control.
2.Check the source and modify it
3.View the modified file in the Webbrowser control
I don't want to save the modified source locally, otherwise any images will not be shown.
Anyone have any ideas?
Cheers
-
Sep 25th, 2000, 09:44 AM
#2
Junior Member
I don't understand....
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?
-
Sep 25th, 2000, 09:50 AM
#3
Re: I don't understand....
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,
-
Sep 25th, 2000, 09:51 AM
#4
Thread Starter
Lively Member
Thanks
Thanks,
I did thing about modifying the tags. I will do this
Cheers
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
|