in my prev msg i didnt explain clearly what is the hard thing in my test result so i would like to write it now.
i have 23 radio buttons and 23 check boxes with different values like a:
<input type=radio name=radiobutton1 value=1>question1
<input type=radio name=radiobutton1 value=3>question2
<input type=radio name=radiobutton1 value=5>question3
in this case how can i make working counter++??
Thank you in advance