On 2004-09-10, Michael Peters <[EMAIL PROTECTED]> wrote:
>
> Even better than my idea. Especially since if your going to use 
> path_info do you really care about some parameters in the query string?

In some cases, Yes. Sometimes it's nice to have a form that can submit
to different run modes, based on the submit button.  A single PATH_INFO
can't handle this cleanly. Instead, I use extremely simple JavaScript 
to set "rm" explicitly, and submit no PATH_INFO.

        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