<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);' >
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 484 | ||
| 7929 | 9년 전 | 419 | ||
| 7928 | 9년 전 | 491 | ||
| 7927 | 9년 전 | 401 | ||
| 7926 | 9년 전 | 711 | ||
| 7925 | 9년 전 | 434 | ||
| 7924 | 9년 전 | 416 | ||
| 7923 | 9년 전 | 408 | ||
| 7922 | 9년 전 | 428 | ||
| 7921 | 9년 전 | 446 | ||
| 7920 | 9년 전 | 354 | ||
| 7919 | 9년 전 | 365 | ||
| 7918 | 9년 전 | 514 | ||
| 7917 | 9년 전 | 372 | ||
| 7916 | 9년 전 | 460 | ||
| 7915 | 9년 전 | 475 | ||
| 7914 | 9년 전 | 482 | ||
| 7913 | 9년 전 | 657 | ||
| 7912 | 9년 전 | 495 | ||
| 7911 | 9년 전 | 417 | ||
| 7910 | 9년 전 | 466 | ||
| 7909 | 9년 전 | 582 | ||
| 7908 | 9년 전 | 514 | ||
| 7907 | 9년 전 | 455 | ||
| 7906 | 9년 전 | 476 | ||
| 7905 | 9년 전 | 439 | ||
| 7904 | 9년 전 | 427 | ||
| 7903 | 9년 전 | 436 | ||
| 7902 | 9년 전 | 614 | ||
| 7901 |
|
9년 전 | 782 | |
| 7900 | 9년 전 | 671 | ||
| 7899 | 9년 전 | 459 | ||
| 7898 | 9년 전 | 454 | ||
| 7897 | 9년 전 | 411 | ||
| 7896 | 9년 전 | 428 | ||
| 7895 | 9년 전 | 548 | ||
| 7894 | 9년 전 | 455 | ||
| 7893 | 9년 전 | 429 | ||
| 7892 | 9년 전 | 468 | ||
| 7891 | 9년 전 | 824 | ||
| 7890 | 9년 전 | 1248 | ||
| 7889 | 9년 전 | 788 | ||
| 7888 |
limsy1987
|
9년 전 | 601 | |
| 7887 | 9년 전 | 646 | ||
| 7886 | 10년 전 | 532 | ||
| 7885 | 10년 전 | 501 | ||
| 7884 | 10년 전 | 494 | ||
| 7883 | 10년 전 | 500 | ||
| 7882 | 10년 전 | 556 | ||
| 7881 | 10년 전 | 534 | ||
| 7880 | 10년 전 | 653 | ||
| 7879 | 10년 전 | 542 | ||
| 7878 | 10년 전 | 1305 | ||
| 7877 | 10년 전 | 834 | ||
| 7876 | 10년 전 | 572 | ||
| 7875 | 10년 전 | 644 | ||
| 7874 |
|
10년 전 | 849 | |
| 7873 | 10년 전 | 572 | ||
| 7872 | 10년 전 | 734 | ||
| 7871 | 10년 전 | 550 | ||
| 7870 | 10년 전 | 669 | ||
| 7869 | 10년 전 | 487 | ||
| 7868 | 10년 전 | 528 | ||
| 7867 | 10년 전 | 533 | ||
| 7866 | 10년 전 | 589 | ||
| 7865 | 10년 전 | 533 | ||
| 7864 | 10년 전 | 587 | ||
| 7863 | 10년 전 | 585 | ||
| 7862 | 10년 전 | 556 | ||
| 7861 | 10년 전 | 727 | ||
| 7860 | 10년 전 | 704 | ||
| 7859 | 10년 전 | 471 | ||
| 7858 | 10년 전 | 779 | ||
| 7857 | 10년 전 | 1167 | ||
| 7856 | 10년 전 | 592 | ||
| 7855 | 10년 전 | 835 | ||
| 7854 | 10년 전 | 773 | ||
| 7853 | 10년 전 | 673 | ||
| 7852 | 10년 전 | 588 | ||
| 7851 | 10년 전 | 590 | ||
| 7850 | 10년 전 | 667 | ||
| 7849 | 10년 전 | 441 | ||
| 7848 | 10년 전 | 505 | ||
| 7847 | 10년 전 | 740 | ||
| 7846 | 10년 전 | 524 | ||
| 7845 | 10년 전 | 499 | ||
| 7844 | 10년 전 | 467 | ||
| 7843 | 10년 전 | 504 | ||
| 7842 | 10년 전 | 483 | ||
| 7841 | 10년 전 | 451 | ||
| 7840 | 10년 전 | 477 | ||
| 7839 | 10년 전 | 518 | ||
| 7838 | 10년 전 | 587 | ||
| 7837 | 10년 전 | 416 | ||
| 7836 | 10년 전 | 457 | ||
| 7835 | 10년 전 | 546 | ||
| 7834 |
|
10년 전 | 1244 | |
| 7833 | 10년 전 | 502 | ||
| 7832 | 10년 전 | 490 | ||
| 7831 | 10년 전 | 660 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기