> Is there, in the ICS components download, a demo program to use, that > will make readable all the pages of a web site? > > Something that uses Winsock API? I am not sure about using those last > words > " Winsock API"
The demo HttpTst will read one page at a time. Once you've got one page, you must parse the HTML document to find all references to other pages or document and issue a new request for each of those related documents. You apply this recursively up to a certain deepness. You probably want to ignore all link outside of the website or you'll aspirate all the internet :-) -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
