CGI question: Getting form name to cgi script

ronnie gauthier ronnieg
Mon May 17 11:38:56 PDT 2004


yes. I guess I missunderstood. Thought you wanted the input from
each form on the page to the script in one submit.

On Thu, 17 Oct 2002 06:46:25 -0400
Joel Hammer <Joel at HammersHome.com> wrote:

>There is a simple solution.
>
>With a submit button, if you include a name and value, you will send
>both of them to the CGI script when the submit button is pressed.
>
><form name="2" action="cgi.script">
><input type ="submit" name="2" value ="Submit"\> 
>All the form stuff
></form>
>
>Joel
>
>_______________________________________________
>Linux-users mailing list
>Linux-users at linux-sxs.org
>Unsubscribe/Suspend/Etc ->
>http://www.linux-sxs.org/mailman/listinfo/linux-users


More information about the Linux-users mailing list