[EMAIL PROTECTED] wrote:
> Without knowing anything at all about network programming, I've been
> asked to write a program that will download or read an HTML document
> from a remote site. Only the HTML file, not any graphics that are
> associated with it. Problem is I don't know where to start looking to
> achieve this.
>
> What should I read or where should I look to find out about this ?
You should probably use an existing HTTP client (e.g. wget) or
library. Failing that, you could appropriate the code from an existing
program (e.g. wget, lynx, mosaic, ...).
Otherwise, look for the HTTP specs (try www.w3c.org).
--
Glynn Clements <[EMAIL PROTECTED]>