curl-users
Re: Can't press a non-submit button
From: Ralph Mitchell <ralphmitchell_at_gmail.com>
Date: Fri, 7 Sep 2007 13:06:14 -0500
Date: Fri, 7 Sep 2007 13:06:14 -0500
On 9/7/07, Will Weatherford <fiveweatherfords_at_gmail.com> wrote:
>
> This looks like progress, but it did not add an additional entry to the
> page, as I want to do.
>
> Additional comments would be greatly appreciated.
You should try the LiveHTTPHeaders extension for Firefox. It'll show
you *exactly* what headers the browser sends to the server.
Based on the form, I'd say you're missing a couple of things:
-d 100.system.configurationScheduler=0
-d 1.id=
-d 0.minute=0
I also noticed that some of the names have a leading space, as in:
<SELECT NAME=" 0.days">
I don't know if that makes any difference to the server...
Ralph Mitchell
Received on 2007-09-07