





[야휴 10/25 16:25]
function CommSubmit(){
if (document.comm.name.value == ""){
alert("별명을 써주세요 ^^");
document.comm.name.focus();
return false;
} else if (document.comm.comment.value == ""){
alert("내용을 써주세요 ^^");
document.comm.comment.focus();
return false;
} else {
document.comm.action="bbs_comment_insert.asp";
return true;
}
}
<iframe name=chk_content width=0 height=0>
name=comm onsubmit="return CommSubmit();" method=post>
한줄의견
(총 6건)