cURL / Mailing Lists / curl-users / Single Mail

curl-users

help me

From: Sagar Saibi <sagar.saibi_at_patni.com>
Date: Tue, 27 Jul 2004 12:11:10 +0530

link:
http://folio.legis.state.wi.us/cgi-bin/om_isapi.dll?expand={703A}&hitsperhea
ding=on&infobase=journals.nfo&record={2}&softpage=TOC#{703A}
-----

On this page after clicking "More" (in lower left corner), the next page
should come, but using
curl I am getting directly the last page. How do I get the intermediate
pages?

----------------------------------------------------------------------------
-------------------

I am trying the following option:

curl -L -d
"expand={703A}&hitsperheading=on&infobase=journals.nfo&record={2}&softpage=T
OC#{703A}" "http://folio.legis.state.wi.us/cgi-bin/om_isapi.dll" > h1.htm
curl -L -d
"hitsperheading=on&infobase=journals.nfo&record=tocnext&softpage=TOC" -G
"http://folio.legis.state.wi.us/cgi-bin/om_isapi.dll" -e
"http://folio.legis.state.wi.us/cgi-bin/om_isapi.dll?expand={703A}&hitsperhe
ading=on&infobase=journals.nfo&record={2}&softpage=TOC#{703A}" > h2.htm

----> h1.htm is the first page
----> h2.htm is should be the next page, but using above command it is
comming to be the last
      page, i.e. a message box having message "End of tabel of contents has
been reached"
Received on 2004-07-27