<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);' >
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 230 | 20년 전 | 2044 | ||
| 229 | 20년 전 | 3131 | ||
| 228 | 20년 전 | 3322 | ||
| 227 | 20년 전 | 2384 | ||
| 226 | 20년 전 | 5464 | ||
| 225 | 20년 전 | 2512 | ||
| 224 | 20년 전 | 2959 | ||
| 223 | 20년 전 | 4198 | ||
| 222 | 20년 전 | 2598 | ||
| 221 | 20년 전 | 2284 | ||
| 220 | 20년 전 | 3672 | ||
| 219 | 20년 전 | 2065 | ||
| 218 | 20년 전 | 3556 | ||
| 217 | 20년 전 | 2473 | ||
| 216 | 20년 전 | 2901 | ||
| 215 | 20년 전 | 2211 | ||
| 214 | 20년 전 | 3326 | ||
| 213 | 20년 전 | 2909 | ||
| 212 | 20년 전 | 3041 | ||
| 211 | 20년 전 | 2142 | ||
| 210 | 20년 전 | 1886 | ||
| 209 | 20년 전 | 2339 | ||
| 208 | 20년 전 | 1969 | ||
| 207 | 20년 전 | 1670 | ||
| 206 | 20년 전 | 1849 | ||
| 205 | 20년 전 | 3940 | ||
| 204 | 20년 전 | 1672 | ||
| 203 | 20년 전 | 2004 | ||
| 202 | 20년 전 | 2352 | ||
| 201 | 20년 전 | 1818 | ||
| 200 | 20년 전 | 2947 | ||
| 199 | 20년 전 | 2004 | ||
| 198 | 20년 전 | 2081 | ||
| 197 | 20년 전 | 3643 | ||
| 196 | 20년 전 | 2973 | ||
| 195 | 20년 전 | 2087 | ||
| 194 | 20년 전 | 10237 | ||
| 193 | 20년 전 | 2238 | ||
| 192 | 20년 전 | 1588 | ||
| 191 | 20년 전 | 2656 | ||
| 190 | 20년 전 | 2283 | ||
| 189 | 20년 전 | 1676 | ||
| 188 | 20년 전 | 1467 | ||
| 187 | 20년 전 | 1902 | ||
| 186 | 20년 전 | 1701 | ||
| 185 | 20년 전 | 1741 | ||
| 184 | 20년 전 | 2337 | ||
| 183 | 20년 전 | 1544 | ||
| 182 | 20년 전 | 1477 | ||
| 181 | 20년 전 | 1618 | ||
| 180 | 20년 전 | 2713 | ||
| 179 | 20년 전 | 1793 | ||
| 178 | 20년 전 | 1846 | ||
| 177 | 20년 전 | 1972 | ||
| 176 | 20년 전 | 1794 | ||
| 175 | 20년 전 | 1868 | ||
| 174 | 20년 전 | 1691 | ||
| 173 | 20년 전 | 2054 | ||
| 172 | 20년 전 | 1780 | ||
| 171 | 20년 전 | 2551 | ||
| 170 | 20년 전 | 2263 | ||
| 169 | 20년 전 | 2541 | ||
| 168 | 20년 전 | 1469 | ||
| 167 | 20년 전 | 1569 | ||
| 166 | 20년 전 | 2142 | ||
| 165 | 20년 전 | 1611 | ||
| 164 | 20년 전 | 3757 | ||
| 163 | 20년 전 | 2651 | ||
| 162 | 20년 전 | 2069 | ||
| 161 | 20년 전 | 2779 | ||
| 160 | 20년 전 | 1723 | ||
| 159 | 20년 전 | 1597 | ||
| 158 | 20년 전 | 2557 | ||
| 157 | 20년 전 | 1483 | ||
| 156 | 20년 전 | 1722 | ||
| 155 | 20년 전 | 3225 | ||
| 154 | 20년 전 | 1882 | ||
| 153 | 20년 전 | 1614 | ||
| 152 | 20년 전 | 4943 | ||
| 151 | 20년 전 | 4566 | ||
| 150 | 20년 전 | 3506 | ||
| 149 | 20년 전 | 3773 | ||
| 148 | 20년 전 | 7059 | ||
| 147 | 20년 전 | 3545 | ||
| 146 | 20년 전 | 2610 | ||
| 145 | 20년 전 | 2607 | ||
| 144 | 20년 전 | 7164 | ||
| 143 | 20년 전 | 4591 | ||
| 142 | 20년 전 | 1892 | ||
| 141 | 20년 전 | 3247 | ||
| 140 | 20년 전 | 1953 | ||
| 139 | 20년 전 | 1558 | ||
| 138 | 20년 전 | 2290 | ||
| 137 | 20년 전 | 1769 | ||
| 136 | 20년 전 | 1448 | ||
| 135 | 20년 전 | 1782 | ||
| 134 | 20년 전 | 2962 | ||
| 133 | 20년 전 | 2436 | ||
| 132 | 20년 전 | 1703 | ||
| 131 | 20년 전 | 1633 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기