radio button related doubts and How to get reverse timer
807603Jan 30 2008 — edited Jan 31 2008Hi to all....
1) Im doing a onlne test project in that when the user start the test the timer should reduce second by second upto 0 sec(REVERSE TIMER). I can't do that reverse timer so pls send me coding for that..
For Ex: Test Time is 1 hour 30 min then the time reduces from 1 hour 30 min 59 sec to 0 sec
2) Also, if the user selected the first question then who moves to the next question and who wants to visit the previous question when already selected item in the radio button of jsp page not enable...
my coding is::
<INPUT TYPE="radio" NAME="r1" VALUE="333"> 333 <br>
<input type = "radio" name = "r1" value="125"> 125 <br>
<input type = "radio" name = "r1" value="130"> 130 <br>
<input type = "radio" name = "r1" value="112"> 112
Also send me the coding for this..
So pls solve my doubts....