Re: PERL CGI: 2 POST methods using same parameters

OK, maybe I am missing something, but just use a radio
checkbox:

<input type=radio name=choose_script> cgi A
<input type=radio name=choose_script> cgi B

Then, inside the cgi script, if this value is on run
script A and if off run script B.

Steve



-------------------------------
http://www.hudsonscripting.com/

Received on Thursday, 12 February 2004 09:42:42 UTC