게시판 등록폼에서 질문입니다만..
다른거는 글을 입력하지않으면 경고창이 뜨는데 전화번호는 안적어도 글이 등록이 됩니다.
밑에 자바스크립트쪽에 fwrite()함수에서 추가해줬는데도 마찬가진데..다른파일에서 제어해주는데가 있나요??
이부분에서 else if쪽에 추가만 해준 상태입니다.
with (document.fwrite) {
if (typeof(wr_name) != "undefined")
wr_name.focus();
else if (typeof(wr_subject) != "undefined")
wr_subject.focus();
else if (typeof(ext5_00) != "undefined")
ext5_00.focus();
else if (typeof(wr_content) != "undefined")
wr_content.focus();
if (typeof(ca_name) != "undefined")
if (w.value == "u")
ca_name.value = "";
}
댓글 1개