vStudentcount=0;
for(var i=0;i<document.all.vStudent.length;i++){
if(document.all.vStudent[i].checked==true){
vStudentcount++;
}
}
if(vStudentcount<=0){
alert("초/중등 학년을 선택 주세요.");
return;
}
'HTML & Script' 카테고리의 다른 글
Google Libraries API - Developer's Guide (0) | 2011.05.13 |
---|---|
meta 태그를 이용한 IE7 IE8 호환모드 랜더링 (0) | 2011.04.27 |
The Hello World of the Closure Compiler Service UI (0) | 2011.04.05 |
obj.offsetParent 오류날때 [출처] obj.offsetParent 오류날때 (진수의 웹프로그래밍) |작성자 웹투존 (0) | 2011.03.02 |
숫자만입력하기 onkeyPress (0) | 2011.01.26 |