Hello Eric,

> In left frame, there is a input box for query. A list of result will
> be out in another pop-up window. The related GIF will begenerated in
> the query input window but in different frame.
> 
> In this case, how can I download the GIF with HttpClient?

Every GIF has a URL. It doesn't matter whether it's in a frame or not.
Obtain the URL from the HTML source displayed in the respective frame.
The proceed to download the GIF like you would download anything else.

In other words: in your browser, right-click the image to get the
context menu. Select "view image" and the browser displays only the
GIF, without any frames or other stuff around it. That's how you are
supposed to use HttpClient.

cheers,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to