user choose A1 or A2
i want when him click a button to tell him what the button that him choose
thanx
i forget to write my code that does not work
<body> <form name="frm"> <input type="radio" name="sss" value="A1">A1 <input type="radio" name="sss" value="A2">A2 <br> <input type="button" onclick="alert(frm.sss[].value)" value="Click"> </form> </body>