I use 4 radio button with the same name , and with same className, When Ever I try to get the value by using JavaScript it gave an value "Undefind" ,How to over come this????
alert(document.getElementsByName(m1).value);
this is used by me to get the value of m1 name radio button with 4 diffrent value.. Please help me ...