From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Can I query the WWW from a DJGPP program? Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <9ld50t0bdc1j4447j7jc73k76u0pq3dg8g@4ax.com> References: <8tu6jd$7o9$1 AT news DOT stortek DOT com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 20 X-Trace: /Kkf2OeN/DuVQNvOpy2PlAfMgQvJAlnb9+zAxM45iC440Avtd/vEtKmz1FGR8JsbJOd4sZ3Bs+oo!sZUvEHqmZUpyv1if94Q38qQhBljp3iIlj5F+RFZyzH4MaKyl06UCdYzMAFtzGJOiwLjQXi9TtVEX!rFyFXA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Fri, 03 Nov 2000 12:59:26 GMT Distribution: world Date: Fri, 03 Nov 2000 12:59:26 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Fri, 3 Nov 2000 11:11:34 -0000, "Mike Collins" wrote: >Can anybody tell me how to query a number of web pages >from a list of URLs Pull them with HTTP on port 80 over TCP/IP, or use lynx -source to do this. >and record data from them (share prices)? You'll have to parse the HTML. --