메일 주소 검사하기 체크박스 입니다.

· 10년 전 · 833

function Chk_Email(type) {
 
 var obj_email = document.form.email;
 var struserid = document.form.userid;
 var mailcheck = document.form.mailcheck;
 var tail
   
 if(mailcheck.checked){
  tail = "@kma.or.kr";
        if(struserid.value != ""){
            obj_email.value = struserid.value + tail;
        }else{
            alert('아이디를 입력해주세요');
            struserid.focus();
            mailcheck.checked = false;
          return false;
        }
    }
 else{
        obj_email.value = "";
    }
 return true;

|
댓글을 작성하시려면 로그인이 필요합니다.

토크

개발과 관련된 어떤 얘기도 괜찮습니다.

+
제목 글쓴이 날짜 조회
10년 전 조회 1,297
10년 전 조회 828
10년 전 조회 1,412
10년 전 조회 1,453
10년 전 조회 1,000
10년 전 조회 1,040
10년 전 조회 887
10년 전 조회 1,055
10년 전 조회 776
10년 전 조회 966
10년 전 조회 911
10년 전 조회 1,328
10년 전 조회 856
10년 전 조회 894
10년 전 조회 834
10년 전 조회 829
10년 전 조회 1,038
10년 전 조회 1,061
10년 전 조회 1,007
10년 전 조회 848
10년 전 조회 1,351
10년 전 조회 999
10년 전 조회 898
10년 전 조회 883
10년 전 조회 940
10년 전 조회 686
10년 전 조회 802
10년 전 조회 861
10년 전 조회 832
10년 전 조회 782