JAVASCRIPT

라디오 버튼 체크

행복안테나 2011. 7. 22. 13:33
 
var count = 0;
  for(i=0; i<ra_value.length; i++)
  {  

nbsp;  if(ra_value.lenght[i].checked){
    count+=i;
   }
  }

  if(count==0){
   alert("선택해 주세요");
   return;
  }