Click to See Complete Forum and Search --> : radio button as submit button?


horiyochi
01-09-2004, 02:26 AM
can a radio button act as submit button?

how?

gil davis
01-09-2004, 05:16 AM
<input type="radio" onclick="if(this.checked){this.form.submit()}">
This is not a user-friendly application. They won't know that their action will cause the submit.