var checkBox = document.getElementsByName('MTITLE');
for(i=0;i<checkBox.length;i++){
if (checkBox[i].checked==true ){
checked_items2=1;
}
}
'html/css' 카테고리의 다른 글
마우스 오버 이미지 감추기, 보이기 (0) | 2011.01.18 |
---|---|
특수문자(Character Entities) 태그 (1) | 2010.11.29 |
checkbox length (0) | 2010.08.17 |
웹 에디터를 골라보자 (0) | 2010.04.02 |
CSS의 기본 (0) | 2010.02.03 |