cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-library Mailing List Archives

Re: GET image after POST

From: Michael Wood <esiotrot_at_gmail.com>
Date: Fri, 1 Aug 2008 18:10:58 +0200

On Fri, Aug 1, 2008 at 4:05 PM, Kam <kam.epi_at_gmail.com> wrote:
[...]
> <td><img height=55 width=300
> src="http://siteaddress.com/unprot-bin/web_message.cgi?image=yes&fkey=~1217596520.8727.1422187.0&ServiceID=0119"></td>
[...]
> How does firefox automatically issue a GET for
> http://siteaddress.com/unprot-bin/web_message.cgi?image=yes&fkey=~1217596520.8727.1422187.0&ServiceID=0119
> ?
[...]

Firefox has a builtin HTML parser :)

libcurl won't help you with that. Either you're going to have to use
an HTML parsing library or use regular expressions or string matching.

There are many XML parsing libraries around. Maybe one of them will work.

-- 
Michael Wood <esiotrot_at_gmail.com>
Received on 2008-08-01

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET