i have 3 elemests of radio group. How can i get the value of the radio element?
can i have same id for all 3 elements?
??<input type="radio" id="ans"  name="ans" value="1"  />
<input type="radio" id="ans" name="ans" value="0"   />
how will i get the value of ans