How to deselect the already selected radio button don't select other answer
807591Apr 21 2008 — edited Apr 22 2008Hi 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....