|
-
Nov 5th, 2005, 10:26 PM
#1
Thread Starter
Hyperactive Member
[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.
-
Nov 5th, 2005, 10:37 PM
#2
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.
-
Nov 5th, 2005, 10:48 PM
#3
Thread Starter
Hyperactive Member
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?
-
Nov 5th, 2005, 10:53 PM
#4
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
-
Nov 5th, 2005, 10:58 PM
#5
Thread Starter
Hyperactive Member
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...
-
Nov 5th, 2005, 11:15 PM
#6
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|