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
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to