I have 4 credit card options user can select only one payment option(credit card) at a time and return value per name or some values of card. And i dnt want to any submit button after cards because these options are in form and form have already submit button.I want to do this with JavaScript.
Here is my html code:-
<INPUT TYPE="RADIO" NAME="Ccard" VALUE="visa">Visa<BR>
<INPUT TYPE="RADIO" NAME="Ccard" VALUE="master">Master<BR>
<INPUT TYPE="RADIO" NAME="Ccard" VALUE="american_express">American Express<BR>
<INPUT TYPE="RADIO" NAME="Ccard" VALUE="discover">Discover<BR>
Kindly advise me ASAP. Thanks,