|
-
Oct 29th, 2006, 10:01 AM
#1
Frenzied Member
Re: How to use Winsock to recursively fetch html source from a number of pages
Winsock will handle the TCP/IP connection.
You will need to write your own implementation of HTTP to talk to the server.
When you have retrieved the page you search it for the string you are interested in.
-
Oct 29th, 2006, 10:04 AM
#2
Thread Starter
Junior Member
Re: How to use Winsock to recursively fetch html source from a number of pages
 Originally Posted by jeroen79
Winsock will handle the TCP/IP connection.
You will need to write your own implementation of HTTP to talk to the server.
When you have retrieved the page you search it for the string you are interested in.
Sorry, I don't get you. Can you be a little more specific?
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
|