On 2005-09-23, David Kaufman <[EMAIL PROTECTED]> wrote:
>
> I wonder if you could post to your query-stringy URL like this, to avoid 
> the hidden input:
><form method="POST" action="script.cgi?change_state=1">
><input type="image" src="add.jpg">
></form>

I think results by browser will very. This mixes GET amd POST syntax and
is not desirable. Using PATH_INFO works well here: 

<form method="POST" action="script.cgi/change_state">

    Mark

-- 
http://mark.stosberg.com/ 


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to