금액 입력시 자동으로 천단위구분기호(,) 붙여주는 함수
function checkNumber(decimals,dec_point,thousands_sep){
var objEv = event.srcElement;
var numPattern = /([^0-9,-,\,])/;
numPattern = objEv.value.match(numPattern);
if(numPattern != null){
alert("숫자로 입력해주십시오.");
objEv.value="";
objEv.focus();
return false;
}
if(objEv.value.indexOf('-') > 1){
alert("숫자로 입력해주십시오.");
objEv.value="";
objEv.focus();
return false;
}
if(decimals==null){decimals=999;}
if(dec_point==null){dec_point='.';}
if(thousands_sep==null){thousands_sep=',';}
var arr = objEv.value.toString().replace(/[^-\.\+\d]/g,'').split(dec_point);
arr[0] = arr[0].replace(/(\d)(?=(?:\d{3})+(?!\d))/g,'$1'+thousands_sep);
if(arr[1] && decimals>0 && arr[1].length>0){
objEv.value= arr[0] + dec_point + arr[1];
return true;
} else{
objEv.value= arr[0];
return true;
}
}
var objEv = event.srcElement;
var numPattern = /([^0-9,-,\,])/;
numPattern = objEv.value.match(numPattern);
if(numPattern != null){
alert("숫자로 입력해주십시오.");
objEv.value="";
objEv.focus();
return false;
}
if(objEv.value.indexOf('-') > 1){
alert("숫자로 입력해주십시오.");
objEv.value="";
objEv.focus();
return false;
}
if(decimals==null){decimals=999;}
if(dec_point==null){dec_point='.';}
if(thousands_sep==null){thousands_sep=',';}
var arr = objEv.value.toString().replace(/[^-\.\+\d]/g,'').split(dec_point);
arr[0] = arr[0].replace(/(\d)(?=(?:\d{3})+(?!\d))/g,'$1'+thousands_sep);
if(arr[1] && decimals>0 && arr[1].length>0){
objEv.value= arr[0] + dec_point + arr[1];
return true;
} else{
objEv.value= arr[0];
return true;
}
}
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6430 | 12년 전 | 966 | ||
| 6429 | 12년 전 | 9097 | ||
| 6428 | 12년 전 | 592 | ||
| 6427 |
제이티37
|
12년 전 | 1564 | |
| 6426 |
프로프리랜서
|
12년 전 | 1148 | |
| 6425 |
프로프리랜서
|
12년 전 | 1603 | |
| 6424 |
프로프리랜서
|
12년 전 | 1805 | |
| 6423 | 12년 전 | 997 | ||
| 6422 |
퍼블리셔지노군
|
12년 전 | 1567 | |
| 6421 | 12년 전 | 2204 | ||
| 6420 |
|
12년 전 | 1334 | |
| 6419 |
|
12년 전 | 1284 | |
| 6418 | 12년 전 | 1180 | ||
| 6417 |
senseme
|
12년 전 | 7417 | |
| 6416 |
senseme
|
12년 전 | 1324 | |
| 6415 |
senseme
|
12년 전 | 1187 | |
| 6414 |
senseme
|
12년 전 | 1961 | |
| 6413 |
senseme
|
12년 전 | 962 | |
| 6412 |
senseme
|
12년 전 | 1485 | |
| 6411 |
senseme
|
12년 전 | 1088 | |
| 6410 |
senseme
|
12년 전 | 1042 | |
| 6409 |
PASKRAN
|
12년 전 | 2812 | |
| 6408 | 12년 전 | 10796 | ||
| 6407 | 12년 전 | 2989 | ||
| 6406 |
프로프리랜서
|
12년 전 | 2824 | |
| 6405 |
프로프리랜서
|
12년 전 | 1367 | |
| 6404 |
프로프리랜서
|
12년 전 | 2722 | |
| 6403 |
프로프리랜서
|
12년 전 | 816 | |
| 6402 |
프로프리랜서
|
12년 전 | 1723 | |
| 6401 |
프로프리랜서
|
12년 전 | 1138 | |
| 6400 |
프로프리랜서
|
12년 전 | 1461 | |
| 6399 |
프로프리랜서
|
12년 전 | 1179 | |
| 6398 |
프로프리랜서
|
12년 전 | 1478 | |
| 6397 |
프로프리랜서
|
12년 전 | 3597 | |
| 6396 | 12년 전 | 1865 | ||
| 6395 | 12년 전 | 917 | ||
| 6394 |
|
12년 전 | 5236 | |
| 6393 |
제이티37
|
12년 전 | 1198 | |
| 6392 |
songsinica
|
12년 전 | 1194 | |
| 6391 |
|
12년 전 | 3370 | |
| 6390 |
|
12년 전 | 1619 | |
| 6389 | 12년 전 | 4853 | ||
| 6388 |
스누피사랑
|
12년 전 | 5430 | |
| 6387 | 12년 전 | 1838 | ||
| 6386 | 12년 전 | 3053 | ||
| 6385 |
희망과열정
|
12년 전 | 923 | |
| 6384 | 12년 전 | 3285 | ||
| 6383 | 12년 전 | 10594 | ||
| 6382 |
|
12년 전 | 5787 | |
| 6381 |
SugarSkull
|
12년 전 | 1026 | |
| 6380 | 12년 전 | 773 | ||
| 6379 |
|
12년 전 | 1976 | |
| 6378 | 12년 전 | 1557 | ||
| 6377 | 12년 전 | 490 | ||
| 6376 |
후라보노보노
|
12년 전 | 1329 | |
| 6375 | 12년 전 | 2863 | ||
| 6374 | 12년 전 | 827 | ||
| 6373 | 12년 전 | 2367 | ||
| 6372 |
takumi22
|
12년 전 | 1237 | |
| 6371 |
개초보제이
|
12년 전 | 770 | |
| 6370 |
고급자가되고
|
12년 전 | 1455 | |
| 6369 | 12년 전 | 875 | ||
| 6368 | 12년 전 | 3175 | ||
| 6367 | 12년 전 | 1870 | ||
| 6366 | 12년 전 | 2872 | ||
| 6365 |
lilyosia
|
12년 전 | 1790 | |
| 6364 | 12년 전 | 1053 | ||
| 6363 | 12년 전 | 1585 | ||
| 6362 | 12년 전 | 2730 | ||
| 6361 | 12년 전 | 2553 | ||
| 6360 | 12년 전 | 1000 | ||
| 6359 | 12년 전 | 2100 | ||
| 6358 |
|
12년 전 | 1785 | |
| 6357 |
에헤라디야자진방아를돌려라
|
12년 전 | 775 | |
| 6356 | 12년 전 | 2073 | ||
| 6355 | 12년 전 | 3782 | ||
| 6354 | 12년 전 | 3092 | ||
| 6353 | 12년 전 | 1545 | ||
| 6352 | 12년 전 | 7768 | ||
| 6351 | 12년 전 | 2532 | ||
| 6350 | 12년 전 | 2794 | ||
| 6349 | 12년 전 | 1874 | ||
| 6348 | 12년 전 | 3543 | ||
| 6347 | 12년 전 | 1444 | ||
| 6346 | 12년 전 | 1179 | ||
| 6345 | 12년 전 | 1834 | ||
| 6344 | 12년 전 | 1406 | ||
| 6343 |
프로프리랜서
|
12년 전 | 2058 | |
| 6342 |
프로프리랜서
|
12년 전 | 1373 | |
| 6341 |
프로프리랜서
|
12년 전 | 1810 | |
| 6340 |
프로프리랜서
|
12년 전 | 1891 | |
| 6339 |
프로프리랜서
|
12년 전 | 1335 | |
| 6338 |
프로프리랜서
|
12년 전 | 1573 | |
| 6337 | 12년 전 | 5256 | ||
| 6336 |
프로프리랜서
|
12년 전 | 1626 | |
| 6335 |
프로프리랜서
|
12년 전 | 950 | |
| 6334 |
프로프리랜서
|
12년 전 | 1324 | |
| 6333 |
프로프리랜서
|
12년 전 | 2438 | |
| 6332 | 12년 전 | 1096 | ||
| 6331 |
돗단배123
|
12년 전 | 1418 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기