CheckBox 값 처리
function site_choice() { var dropValue = document.myform.site; var checked = dropValue.selectedIndex; if(checked == 0) { alert("사이트를 선택하세요."); form.site.focus(); } else { window.open(dropValue[checked].value, '새 창', 'width=600, height=400, scrollbars=no, toolbar=no, menubar=no, status=no, location=no'); } } --- 선택하세요 --- 네이버 다음 구글