cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: how to extract these pages by using cURL

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 3 Feb 2002 15:50:42 +0100 (MET)

On Fri, 1 Feb 2002, Sherry (Xiaoqun) Liao wrote:

Again, do *not* write me privately with curl questions like this. Use the
mailing list!

> Nope. I tried that too. The webpages like the following are dynamically
> generated.
> > http://www.artsinohio.com/srchresults.asp?currentPage=2
> > http://www.artsinohio.com/srchresults.asp?currentPage=3
>
> I can get the first page of the results. The search page is
> http://www.artsinohio.com/home.asp.
>
> I also tried to put the form request but I still can't extract the rest of
> webpages except the first page of the search results.

Yes, you will most likely need to produce a POST to the search form page to
get the search results.

The server is then likely to produce a page with the results.

In what way can we help you?

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2002-02-03