Forums

ASP

This topic is locked

Post a form

Posted 23 May 2003 16:51:22
1
has voted
23 May 2003 16:51:22 Chriz L. posted:
How can i post a form when a radiobutton is pushed?

this is my source code for the radio...

<input name=<%Response.Write("radiobutton"&counter2) %> type="radio" value="radiobutton" onchange="this.form.submit();return true;">

...but it posts the form after the second click on the radiobutton...

Thank you in advance

Reply to this topic