COMING SOON 🚀

휴대폰번호 검사 하기 입니다.

· 10년 전 · 1405

<SCRIPT LANGUAGE="JavaScript">
<!--
function maskHp(obj) {
    var str = obj.value;
    if ( str ) {
        //var pattern = /[^(ㄱ-힣)]|[-/\s]/g;
        var RegNotNum  = /[\D]/g;
        var pattern = "";
        var format   = "";

        // delete not number ㅋ
        str = str.replace(RegNotNum,'');

        //if( str.length < 4 ) return str;
        if( str.length < 4 ) {
            if( str.length == 3 ) {
                format = "$1";
                pattern = /(^01[\d]{0,1})/;
            } else {
                format = "$1";
                pattern = /(^0[1]?[\d]{0,1})/;
            }
        } else if( str.length > 3 && str.length < 7 ) {
            format = "$1-$2";
            pattern = /(^01[\d]{1})([\d]+)/;
        } else if(str.length == 7 ) {
            format = "$1-$2";
            pattern = /(^01[\d]{1})([\d]{4})/;
        } else {
            format = "$1-$2-$3";
            pattern = /(^01[\d]{1})([\d]{4})([\d]+)/;
        }

        //while( pattern.test(str) ) {
        if ( pattern.test(str) ) {
            obj.value = str.replace(pattern, format);
        } else {
            obj.value = "";
        }
    }
}


function isHpFormat() {
  var str = window.event.srcElement.value;
  //alert ( str );
  if ( window.event.propertyName == "value" && str ) {
        var pattern = "";
        str = str.replace(/[\D]/g,'');
        if( str.length < 4 ) {
            if( str.length == 3 ) pattern = /(^01[\d]{1})/;
            else                  pattern = /(^0[1]?[\d]{0,1})/;
        } else if( str.length > 3 && str.length < 7 ) {
            pattern = /(^01[\d]{1})([\d]+)$/;
        } else if(str.length == 7 ) {
            pattern = /(^01[\d]{1})([\d]{4})/;
        } else {
            pattern = /(^01[\d]{1})([\d]{4})([\d]+)/;
        }
        if ( pattern.test(str) ) {
            return true;
        } else {
            return false;
        }
  } else {
        return true;
      // undefined
  }
}

//-->
</SCRIPT>
<input type='text' id='phon_num' value=''
size='14' maxlength='13'
onpropertychange='if(!isHpFormat()){alert("핸드폰 번호가 정확히 입력해주세요.");this.value="";}'
onkeyup ='maskHp(this);'
onkeydown='maskHp(this);'  >
 

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

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
9년 전 조회 1,479
9년 전 조회 1,585
9년 전 조회 1,518
9년 전 조회 1,575
9년 전 조회 1,675
9년 전 조회 1,486
10년 전 조회 1,504
10년 전 조회 1,510
10년 전 조회 1,637
10년 전 조회 1,493
10년 전 조회 1,600
10년 전 조회 1,426
10년 전 조회 1,508
10년 전 조회 1,329
10년 전 조회 1,550
10년 전 조회 1,362
10년 전 조회 1,389
10년 전 조회 1,498
10년 전 조회 1,396
10년 전 조회 1,429
10년 전 조회 1,357
10년 전 조회 1,769
10년 전 조회 1,805
10년 전 조회 1,764
10년 전 조회 1,727
10년 전 조회 1,506
10년 전 조회 1,641
10년 전 조회 1,793
10년 전 조회 1,501
10년 전 조회 1,801
10년 전 조회 1,758
10년 전 조회 2,144
10년 전 조회 1,753
10년 전 조회 1,957
10년 전 조회 1,583
10년 전 조회 1,715
10년 전 조회 1,437
10년 전 조회 1,497
10년 전 조회 1,560
10년 전 조회 1,549
10년 전 조회 1,701
10년 전 조회 1,470
10년 전 조회 1,502
10년 전 조회 1,468
10년 전 조회 1,411
10년 전 조회 1,473
10년 전 조회 1,289
10년 전 조회 1,358
10년 전 조회 1,265
10년 전 조회 1,406
10년 전 조회 1,352
10년 전 조회 1,828
10년 전 조회 1,303
10년 전 조회 1,274
10년 전 조회 1,528
10년 전 조회 1,340
10년 전 조회 1,308
10년 전 조회 1,318
10년 전 조회 1,256
10년 전 조회 1,187
10년 전 조회 1,169
10년 전 조회 1,261
10년 전 조회 1,260
10년 전 조회 1,194
10년 전 조회 1,092
10년 전 조회 1,176
10년 전 조회 1,148
10년 전 조회 1,169
10년 전 조회 1,223
10년 전 조회 1,227
10년 전 조회 1,165
10년 전 조회 1,171
10년 전 조회 1,215
10년 전 조회 1,184
10년 전 조회 1,258
10년 전 조회 1,182
10년 전 조회 1,133
10년 전 조회 1,113
10년 전 조회 1,131
10년 전 조회 1,112
10년 전 조회 1,137
10년 전 조회 1,159
10년 전 조회 1,125
10년 전 조회 1,178
10년 전 조회 1,121
10년 전 조회 1,212
10년 전 조회 1,307
10년 전 조회 1,273
10년 전 조회 1,214
10년 전 조회 1,141
10년 전 조회 1,250
10년 전 조회 1,168
10년 전 조회 1,186
10년 전 조회 1,141
10년 전 조회 1,123
10년 전 조회 1,121
10년 전 조회 1,141
10년 전 조회 1,232
10년 전 조회 1,180
10년 전 조회 1,259