Forum Moderators: open

Message Too Old, No Replies

Submit different CGI based on radio button choice

         

walker

11:20 am on Oct 17, 2003 (gmt 0)

10+ Year Member



Hi

I have a form wherey I would like to have radio button options that dependant on what is selected will send the same form but using dirrerent CGIs.

Does anyone know how to do this, I know how to check what option is selected just not how to change the form action in relation to the choice.

Kind Regards

Walker

HocusPocus

12:59 pm on Oct 17, 2003 (gmt 0)

10+ Year Member



In JavaScript it's just

form.action ="url_of_cgi";

-M