in reply to How to pass more parameters to a CGI program than inputs in an HTML page?
Now along with other parameters that CGI.pm will retreive, there will be a parameter "formtype" with a value of "testform".<FORM ACTION="/cgi-bin/formprocess.perl" METHOD="post"> <INPUT TYPE="hidden" NAME="formtype" VALUE="testform"> . . . . </FORM>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to pass more parameters to a CGI program than inputs in an HTML page?
by dws (Chancellor) on Feb 22, 2001 at 06:45 UTC | |
by BlueLines (Hermit) on Feb 22, 2001 at 07:50 UTC | |
by dws (Chancellor) on Feb 22, 2001 at 11:16 UTC |