Ashish Deshpande wrote:
>
> i'm trying to write a simple http client.
> can anyone tell me when a GET is sent to the server how are the images embedded in
> html file retrieved? do i have to GET them explicitely?
Yes. The images aren't embedded, just HTML tags that refer to
them. The user-agent must parse the tags and make separate
requests for all of the page components.
--
#ken P-)}
Ken Coar <http://Web.Golux.Com/coar/>
Apache Software Foundation <http://www.apache.org/>
"Apache Server for Dummies" <http://Web.Golux.Com/coar/ASFD/>