멈추지 않는 노력.
2009. 12. 5.
이메일 체크.
var emailRegEx = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
var email = $('email').value;
if( !email.match(emailRegEx) ){
window.alert("이메일 양식에 맞게 입력하세요.");
}
- 09년 9월 24일 15시 4분 -
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기