Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to deselect the already selected radio button don't select other answer

807591Apr 21 2008 — edited Apr 22 2008
Hi to all,
Im doing online test project. In this, there is a negative mark for each wrong answer. Assume that one user is attending the test, he selected one option of one question but finally he wants to deselect it because he is in doubt so don't want to lose the mark.

I have tried this as per the following code:::

<input type ="radio" name ="r1" value ="5" checked>

Im urgently in need to rectify this problem. Please any one solve this problem in jsp...

Thank you....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2008
Added on Apr 21 2008
4 comments
374 views