<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년 전 | 422 | ||
| 7929 | 9년 전 | 349 | ||
| 7928 | 9년 전 | 438 | ||
| 7927 | 9년 전 | 356 | ||
| 7926 | 9년 전 | 673 | ||
| 7925 | 9년 전 | 377 | ||
| 7924 | 9년 전 | 359 | ||
| 7923 | 9년 전 | 359 | ||
| 7922 | 9년 전 | 393 | ||
| 7921 | 9년 전 | 408 | ||
| 7920 | 9년 전 | 328 | ||
| 7919 | 9년 전 | 342 | ||
| 7918 | 9년 전 | 497 | ||
| 7917 | 9년 전 | 350 | ||
| 7916 | 9년 전 | 422 | ||
| 7915 | 9년 전 | 424 | ||
| 7914 | 9년 전 | 435 | ||
| 7913 | 9년 전 | 599 | ||
| 7912 | 9년 전 | 439 | ||
| 7911 | 9년 전 | 379 | ||
| 7910 | 9년 전 | 421 | ||
| 7909 | 9년 전 | 527 | ||
| 7908 | 9년 전 | 449 | ||
| 7907 | 9년 전 | 392 | ||
| 7906 | 9년 전 | 411 | ||
| 7905 | 9년 전 | 388 | ||
| 7904 | 9년 전 | 373 | ||
| 7903 | 9년 전 | 363 | ||
| 7902 | 9년 전 | 571 | ||
| 7901 |
|
9년 전 | 752 | |
| 7900 | 9년 전 | 611 | ||
| 7899 | 9년 전 | 406 | ||
| 7898 | 9년 전 | 406 | ||
| 7897 | 9년 전 | 364 | ||
| 7896 | 9년 전 | 371 | ||
| 7895 | 9년 전 | 483 | ||
| 7894 | 9년 전 | 409 | ||
| 7893 | 9년 전 | 366 | ||
| 7892 | 9년 전 | 413 | ||
| 7891 | 9년 전 | 781 | ||
| 7890 | 9년 전 | 1206 | ||
| 7889 | 9년 전 | 755 | ||
| 7888 |
limsy1987
|
9년 전 | 559 | |
| 7887 | 9년 전 | 577 | ||
| 7886 | 9년 전 | 469 | ||
| 7885 | 9년 전 | 428 | ||
| 7884 | 9년 전 | 430 | ||
| 7883 | 9년 전 | 427 | ||
| 7882 | 9년 전 | 480 | ||
| 7881 | 9년 전 | 459 | ||
| 7880 | 9년 전 | 595 | ||
| 7879 | 9년 전 | 482 | ||
| 7878 | 9년 전 | 1238 | ||
| 7877 | 9년 전 | 768 | ||
| 7876 | 9년 전 | 506 | ||
| 7875 | 9년 전 | 578 | ||
| 7874 |
|
9년 전 | 819 | |
| 7873 | 9년 전 | 530 | ||
| 7872 | 9년 전 | 693 | ||
| 7871 | 9년 전 | 496 | ||
| 7870 | 9년 전 | 626 | ||
| 7869 | 9년 전 | 444 | ||
| 7868 | 9년 전 | 472 | ||
| 7867 | 9년 전 | 453 | ||
| 7866 | 9년 전 | 516 | ||
| 7865 | 9년 전 | 466 | ||
| 7864 | 9년 전 | 531 | ||
| 7863 | 9년 전 | 527 | ||
| 7862 | 9년 전 | 480 | ||
| 7861 | 9년 전 | 662 | ||
| 7860 | 9년 전 | 638 | ||
| 7859 | 9년 전 | 429 | ||
| 7858 | 9년 전 | 716 | ||
| 7857 | 9년 전 | 1098 | ||
| 7856 | 9년 전 | 543 | ||
| 7855 | 9년 전 | 771 | ||
| 7854 | 9년 전 | 737 | ||
| 7853 | 9년 전 | 598 | ||
| 7852 | 9년 전 | 529 | ||
| 7851 | 9년 전 | 527 | ||
| 7850 | 9년 전 | 601 | ||
| 7849 | 9년 전 | 373 | ||
| 7848 | 9년 전 | 432 | ||
| 7847 | 9년 전 | 677 | ||
| 7846 | 9년 전 | 470 | ||
| 7845 | 9년 전 | 441 | ||
| 7844 | 9년 전 | 409 | ||
| 7843 | 9년 전 | 435 | ||
| 7842 | 9년 전 | 420 | ||
| 7841 | 9년 전 | 399 | ||
| 7840 | 9년 전 | 416 | ||
| 7839 | 9년 전 | 448 | ||
| 7838 | 9년 전 | 526 | ||
| 7837 | 9년 전 | 372 | ||
| 7836 | 9년 전 | 414 | ||
| 7835 | 9년 전 | 489 | ||
| 7834 |
|
9년 전 | 1203 | |
| 7833 | 9년 전 | 452 | ||
| 7832 | 9년 전 | 435 | ||
| 7831 | 9년 전 | 582 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기