Re: changing action with appended key/value pairs in a POST

2005-09-10 Thread Scott R. Godin
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 mixing

Re: changing action with appended key/value pairs in a POST

2005-08-30 Thread Todd W
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 form

changing action with appended key/value pairs in a POST

2005-08-24 Thread Scott R. Godin
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