Results 1 to 4 of 4

Thread: Help - Internet Problem

  1. #1

    Thread Starter
    Lively Member FantastichenEin's Avatar
    Join Date
    Mar 2000
    Location
    dairy
    Posts
    106

    Exclamation

    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
    ****

  2. #2
    Junior Member
    Join Date
    Jul 2000
    Location
    Posts
    28

    Question 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?

  3. #3
    Guest

    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,

  4. #4

    Thread Starter
    Lively Member FantastichenEin's Avatar
    Join Date
    Mar 2000
    Location
    dairy
    Posts
    106

    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
  •  



Click Here to Expand Forum to Full Width