Results 1 to 6 of 6

Thread: [RESOLVED] (for now) Reliable way to get html inside a loop?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Posts
    431

    [RESOLVED] (for now) Reliable way to get html inside a loop?

    What is the most reliable way to get html (source of a site) inside a loop? My old method had issues, and right now inet1 is also giving me gibberish (sometimes do not get all the source which makes the data useless). So, once again, what is a reliable way I can get the source inside a loop (example; might need to get the source of 100 pages)?
    Last edited by Zeratulsdomain; Nov 6th, 2005 at 12:07 AM.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Reliable way to get html inside a loop?

    Well, using DOM is the best way that i've found, but if you are getting info from a ASP page, then there will be problems. I suggest the DOMParser, for samples.
    Using the DOM Inspector with FX should imply if it is possible.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Posts
    431

    Re: Reliable way to get html inside a loop?

    So you are suggestion I use WebBrowser1?

    What happens if the site I am trying to get the html from has 100MB worth of images/video? Is there a way to disable that?

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Reliable way to get html inside a loop?

    Take a look at this link. It may be just what you are looking for

    94 people liked it!

    http://vbforums.com/attachment.php?attachmentid=37152

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Posts
    431

    Re: Reliable way to get html inside a loop?

    That was the one I looked at... I have no clue what you are trying to get me to see...

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Posts
    431

    Re: Reliable way to get html inside a loop?

    ok mi tired of waiting for a reply from dglienna... Wasted enough time with that....

    Anyone else have a suggestion...

    I am really losing my patience with this...

    edit: ok one of my older methods seems to be working right now... If it doesnt ill just make a other tread later.
    Last edited by Zeratulsdomain; Nov 6th, 2005 at 12:07 AM.

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