Todd W wrote:
"Scott R. Godin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
[snip]
able to simply add ?step=confirm or ?step=finish to the form action
( -action=>"$htmlform{action}?step=confirm", ... )
[snip]
You could refer to the CGI.pm docs, specifically the part about mixi
"Scott R. Godin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have a multi-stage cgi I'm currently working on, and as I progress thru
the
> stages (the form uses POST not GET for reasons of data-size) I was hoping
to be
> able to simply add ?step=confirm or ?step=finish to the f
I have a multi-stage cgi I'm currently working on, and as I progress thru the
stages (the form uses POST not GET for reasons of data-size) I was hoping to be
able to simply add ?step=confirm or ?step=finish to the form action
( -action=>"$htmlform{action}?step=confirm", ... )
However it's not w