<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);' >
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2630 |
|
15년 전 | 814 | |
| 2629 | 15년 전 | 891 | ||
| 2628 | 15년 전 | 1085 | ||
| 2627 | 15년 전 | 1775 | ||
| 2626 |
angpang
|
15년 전 | 1093 | |
| 2625 |
|
15년 전 | 1184 | |
| 2624 | 15년 전 | 961 | ||
| 2623 | 15년 전 | 900 | ||
| 2622 | 15년 전 | 1270 | ||
| 2621 | 15년 전 | 1738 | ||
| 2620 | 15년 전 | 1014 | ||
| 2619 | 15년 전 | 1350 | ||
| 2618 |
terrorboys
|
15년 전 | 1623 | |
| 2617 |
mummy
|
15년 전 | 974 | |
| 2616 | 15년 전 | 904 | ||
| 2615 |
windday
|
15년 전 | 1054 | |
| 2614 | 15년 전 | 1113 | ||
| 2613 | 15년 전 | 930 | ||
| 2612 | 15년 전 | 1205 | ||
| 2611 | 15년 전 | 1288 | ||
| 2610 | 15년 전 | 1219 | ||
| 2609 | 15년 전 | 3132 | ||
| 2608 |
DiZiNOr
|
15년 전 | 814 | |
| 2607 | 15년 전 | 1363 | ||
| 2606 |
|
15년 전 | 941 | |
| 2605 | 15년 전 | 1759 | ||
| 2604 | 15년 전 | 721 | ||
| 2603 | 15년 전 | 881 | ||
| 2602 |
bitmaster
|
15년 전 | 894 | |
| 2601 | 15년 전 | 900 | ||
| 2600 | 15년 전 | 1631 | ||
| 2599 | 15년 전 | 2935 | ||
| 2598 | 15년 전 | 2017 | ||
| 2597 | 15년 전 | 1930 | ||
| 2596 | 15년 전 | 915 | ||
| 2595 | 15년 전 | 1021 | ||
| 2594 | 15년 전 | 965 | ||
| 2593 |
순천홈페이지
|
15년 전 | 853 | |
| 2592 | 15년 전 | 1144 | ||
| 2591 | 15년 전 | 841 | ||
| 2590 | 15년 전 | 1310 | ||
| 2589 |
dannykim
|
15년 전 | 736 | |
| 2588 |
dannykim
|
15년 전 | 647 | |
| 2587 | 15년 전 | 1531 | ||
| 2586 | 15년 전 | 792 | ||
| 2585 | 15년 전 | 1237 | ||
| 2584 | 15년 전 | 1100 | ||
| 2583 | 15년 전 | 776 | ||
| 2582 | 15년 전 | 801 | ||
| 2581 | 15년 전 | 709 | ||
| 2580 |
|
15년 전 | 689 | |
| 2579 | 15년 전 | 857 | ||
| 2578 | 15년 전 | 1107 | ||
| 2577 | 15년 전 | 2272 | ||
| 2576 |
확실한방법
|
15년 전 | 876 | |
| 2575 | 15년 전 | 961 | ||
| 2574 | 15년 전 | 993 | ||
| 2573 | 15년 전 | 983 | ||
| 2572 | 15년 전 | 1060 | ||
| 2571 |
|
15년 전 | 679 | |
| 2570 | 15년 전 | 1937 | ||
| 2569 |
|
15년 전 | 769 | |
| 2568 | 15년 전 | 1581 | ||
| 2567 | 15년 전 | 735 | ||
| 2566 |
dannykim
|
15년 전 | 752 | |
| 2565 | 15년 전 | 1418 | ||
| 2564 |
기획매니아
|
15년 전 | 1038 | |
| 2563 | 15년 전 | 1324 | ||
| 2562 | 15년 전 | 1622 | ||
| 2561 | 15년 전 | 1260 | ||
| 2560 | 15년 전 | 1346 | ||
| 2559 | 15년 전 | 718 | ||
| 2558 |
|
15년 전 | 2267 | |
| 2557 | 15년 전 | 1009 | ||
| 2556 | 15년 전 | 741 | ||
| 2555 | 15년 전 | 1085 | ||
| 2554 | 15년 전 | 795 | ||
| 2553 | 15년 전 | 2039 | ||
| 2552 | 15년 전 | 1077 | ||
| 2551 | 15년 전 | 904 | ||
| 2550 |
|
15년 전 | 993 | |
| 2549 | 15년 전 | 945 | ||
| 2548 |
|
15년 전 | 961 | |
| 2547 |
|
15년 전 | 1037 | |
| 2546 | 15년 전 | 544 | ||
| 2545 | 15년 전 | 467 | ||
| 2544 | 15년 전 | 435 | ||
| 2543 | 15년 전 | 1138 | ||
| 2542 |
|
15년 전 | 945 | |
| 2541 | 15년 전 | 801 | ||
| 2540 | 15년 전 | 796 | ||
| 2539 | 15년 전 | 1192 | ||
| 2538 | 15년 전 | 3197 | ||
| 2537 | 15년 전 | 1063 | ||
| 2536 |
|
15년 전 | 1864 | |
| 2535 | 15년 전 | 1128 | ||
| 2534 |
|
15년 전 | 950 | |
| 2533 | 15년 전 | 2592 | ||
| 2532 | 15년 전 | 1595 | ||
| 2531 |
|
15년 전 | 2501 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기