Results 1 to 3 of 3

Thread: HEPL : Code To Load Webpage Amd Put It In A Variable ?

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2006
    Posts
    43

    Question HEPL : Code To Load Webpage Amd Put It In A Variable ?

    This Will Help Too Much If You Add Also
    Another Code To Load Images In This Page And Show It [Instead Of Only Write A <img ..>To It ]

    Thank You

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: HEPL : Code To Load Webpage Amd Put It In A Variable ?

    Dim myReq As HttpWebRequest = _
    WebRequest.Create("http://www.mendhak.com/")

    Another Code To Load Images In This Page And Show It [Instead Of Only Write A <img ..>To It ]
    I don't understand this.

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2006
    Posts
    43

    Re: HEPL : Code To Load Webpage Amd Put It In A Variable ?

    I Mean To Load The Image Also And Save It In Temporarly File
    For Ex :

    Instead Of
    <body>
    ....
    <IMG SRC="OrginalSite/img.gif">

    I Want It Like This :

    <IMG SRC="ThePlaceWhereISavedTheImage/img.gif">
    In Other Word I Want To Put The Image Also
    In A Variable !

    Hope That Clear

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