Re: cgi's and procedures...
You really only have two ways to do this.
1) Have a separate cgi program (cgi1.ex, cgi2.ex, etc.) for processing
each form.
2) Have a hidden field indicating which form is being processed by
cgi.ex and branch to the appropriate procedure based on that value.
Just a side note from your example: procedures are defined before they
are used, and no "call" statement is needed to invoke a procedure. The
exception is when using routine_id, but I find that to be a non-optimal
solution in a cgi program.
HTH,
Michael J. Sabal
>>> rubis at fem.unicamp.br 12/10/02 03:18PM >>>
Hi Robert;
This is not the problem. The request method is ok. I'm using post.
The only problem is how to call a procedure inside a cgi.ex file by a
form
created by this cgi.ex.
Rubens
|
Not Categorized, Please Help
|
|