dk4210
03-14-2003, 04:58 PM
Hello,
Does any one know how I can Implement a radio selection only form.
Here is my code. I am not sure what the form action is going to be based on the radio button selection.. I kinda think it has to have some java script or php logic { If - than } . I want it to direct the user to the appropriate page based on the radion button selection.
-------------------------------------------------
<HTML>
<HEAD>
<TITLE>Order Domain</TITLE>
</HEAD>
<BODY>
<B>ORDER FORM</B>
<FORM METHOD=GET ACTION="what is this going to be?">
<BR>
Please choose your payment method
<BR>
<BR>
<INPUT NAME="check" TYPE="Radio" VALUE="check">
By Check
<BR>
<INPUT NAME="credit" TYPE="Radio" VALUE="credit_card">
By Credut Card
<BR>
<BR>
<INPUT TYPE=SUBMIT>
</FORM>
</BODY>
</HTML>
----------------------------
Thanks , Dan
Does any one know how I can Implement a radio selection only form.
Here is my code. I am not sure what the form action is going to be based on the radio button selection.. I kinda think it has to have some java script or php logic { If - than } . I want it to direct the user to the appropriate page based on the radion button selection.
-------------------------------------------------
<HTML>
<HEAD>
<TITLE>Order Domain</TITLE>
</HEAD>
<BODY>
<B>ORDER FORM</B>
<FORM METHOD=GET ACTION="what is this going to be?">
<BR>
Please choose your payment method
<BR>
<BR>
<INPUT NAME="check" TYPE="Radio" VALUE="check">
By Check
<BR>
<INPUT NAME="credit" TYPE="Radio" VALUE="credit_card">
By Credut Card
<BR>
<BR>
<INPUT TYPE=SUBMIT>
</FORM>
</BODY>
</HTML>
----------------------------
Thanks , Dan