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

· 10년 전 · 827

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,288
10년 전 조회 821
10년 전 조회 1,402
10년 전 조회 1,449
10년 전 조회 994
10년 전 조회 1,036
10년 전 조회 882
10년 전 조회 1,044
10년 전 조회 771
10년 전 조회 957
10년 전 조회 904
10년 전 조회 1,323
10년 전 조회 850
10년 전 조회 888
10년 전 조회 828
10년 전 조회 823
10년 전 조회 1,033
10년 전 조회 1,056
10년 전 조회 1,001
10년 전 조회 842
10년 전 조회 1,348
10년 전 조회 991
10년 전 조회 890
10년 전 조회 877
10년 전 조회 929
10년 전 조회 678
10년 전 조회 797
10년 전 조회 853
10년 전 조회 826
10년 전 조회 779