<!--
제작 : June.
홈페이지 : http://june44.com
-->
<div id="show_amount" style="position:absolute;color:#DD0000;font-size:9pt;display:none;font-weight:bold;background-Color:#F4F4F4"></div>
<form name="frmregister" method="post">
<input type=hidden name="mprice_back" value="">
<input type='text' class=text_input name='ca_in_amount[]' value='' onkeypress='num_check(this);price(this);' onkeyup='num_check(this);price(this);' onblur='num_check(this);price(this);layer_out();' onfocus='num_check(this);price(this);layer_in();'>숫자를 입력 해 보세요~^^
</form>
<Script Language="JavaScript">
document.onmousemove = function() {
document.getElementById('show_amount').style.pixelTop=event.y+document.body.scrollTop
document.getElementById('show_amount').style.pixelLeft=event.x+document.body.scrollLeft+10
}
function layer_in() {
document.getElementById('show_amount').style.display = '';
}
function layer_out() {
document.getElementById('show_amount').style.display = 'none';
}
function price(f){
var eokwon = Math.floor(f.value / 100000000);
var manwon = Math.floor(f.value / 10000);
var onewon = f.value % 10000;
document.frmregister.mprice_back.value=f.value;
var len = f.value.length;
if (manwon == 0 && eokwon == 0) {
if (len == 0)
document.getElementById('show_amount').innerHTML ="";
else
document.getElementById('show_amount').innerHTML = onewon+"원";
}
else if (eokwon == 0) {
if(onewon == '0') onewon = '';
document.getElementById('show_amount').innerHTML = manwon+"만"+onewon+"원";
}
else {
manwon = manwon % 10000;
man_won = manwon + "만";
if(manwon == '0') man_won = '';
if(onewon == '0') onewon = '';
document.getElementById('show_amount').innerHTML = eokwon + "억" + man_won + onewon + "원";
}
}
function num_check(f) {
ins = f.value;
var pnumresult="";
for (i=0; i<ins.length; i++) {
charpnum = ins.substr(i,1);
if (charpnum.charCodeAt(0) > 47 && charpnum.charCodeAt(0) < 58)
pnumresult = pnumresult + charpnum;
}
f.value = pnumresult;
if(ins == 0) f.value = '';
}
</script>
Input 에 금액을 입력 시, 혼동되지 않게 마우스 커서 옆에 레이어로
한글금액으로 다시 변환하여 보여 줍니다..
예) 100000 입력시 마우스 커서에 > 10만 으로 표시
미리보기는 링크를 이용 하세요^^
댓글 1개
완전 한글로 바까주세용
1234567890 쓰면
일억이천삼백사십육만칠천팔백구십원 으로요 ㅋㅋ
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8130 | 9년 전 | 535 | ||
| 8129 |
|
9년 전 | 663 | |
| 8128 | 9년 전 | 527 | ||
| 8127 |
|
9년 전 | 581 | |
| 8126 | 9년 전 | 514 | ||
| 8125 | 9년 전 | 776 | ||
| 8124 |
|
9년 전 | 533 | |
| 8123 | 9년 전 | 517 | ||
| 8122 | 9년 전 | 447 | ||
| 8121 | 9년 전 | 559 | ||
| 8120 | 9년 전 | 478 | ||
| 8119 | 9년 전 | 569 | ||
| 8118 |
|
9년 전 | 642 | |
| 8117 |
|
9년 전 | 414 | |
| 8116 |
PASKRAN
|
9년 전 | 472 | |
| 8115 | 9년 전 | 465 | ||
| 8114 |
kiplayer
|
9년 전 | 604 | |
| 8113 | 9년 전 | 464 | ||
| 8112 |
|
9년 전 | 572 | |
| 8111 | 9년 전 | 413 | ||
| 8110 | 9년 전 | 452 | ||
| 8109 | 9년 전 | 384 | ||
| 8108 |
|
9년 전 | 559 | |
| 8107 |
|
9년 전 | 449 | |
| 8106 |
|
9년 전 | 452 | |
| 8105 | 9년 전 | 483 | ||
| 8104 |
|
9년 전 | 447 | |
| 8103 |
|
9년 전 | 445 | |
| 8102 |
|
9년 전 | 417 | |
| 8101 |
snshero
|
9년 전 | 805 | |
| 8100 | 9년 전 | 852 | ||
| 8099 | 9년 전 | 828 | ||
| 8098 | 9년 전 | 724 | ||
| 8097 | 9년 전 | 531 | ||
| 8096 | 9년 전 | 730 | ||
| 8095 | 9년 전 | 858 | ||
| 8094 | 9년 전 | 533 | ||
| 8093 | 9년 전 | 816 | ||
| 8092 | 9년 전 | 769 | ||
| 8091 | 9년 전 | 1152 | ||
| 8090 | 9년 전 | 781 | ||
| 8089 | 9년 전 | 993 | ||
| 8088 | 9년 전 | 657 | ||
| 8087 | 9년 전 | 783 | ||
| 8086 | 9년 전 | 532 | ||
| 8085 | 9년 전 | 496 | ||
| 8084 | 9년 전 | 616 | ||
| 8083 | 9년 전 | 587 | ||
| 8082 | 9년 전 | 773 | ||
| 8081 | 9년 전 | 483 | ||
| 8080 | 9년 전 | 584 | ||
| 8079 | 9년 전 | 543 | ||
| 8078 | 9년 전 | 460 | ||
| 8077 | 9년 전 | 550 | ||
| 8076 | 9년 전 | 420 | ||
| 8075 | 9년 전 | 456 | ||
| 8074 | 9년 전 | 413 | ||
| 8073 | 9년 전 | 468 | ||
| 8072 | 9년 전 | 463 | ||
| 8071 |
o1o111
|
9년 전 | 909 | |
| 8070 | 9년 전 | 417 | ||
| 8069 | 9년 전 | 357 | ||
| 8068 | 9년 전 | 608 | ||
| 8067 | 9년 전 | 408 | ||
| 8066 | 9년 전 | 434 | ||
| 8065 | 9년 전 | 398 | ||
| 8064 | 9년 전 | 386 | ||
| 8063 | 9년 전 | 357 | ||
| 8062 | 9년 전 | 322 | ||
| 8061 | 9년 전 | 361 | ||
| 8060 | 9년 전 | 403 | ||
| 8059 | 9년 전 | 338 | ||
| 8058 | 9년 전 | 274 | ||
| 8057 | 9년 전 | 399 | ||
| 8056 | 9년 전 | 321 | ||
| 8055 | 9년 전 | 368 | ||
| 8054 | 9년 전 | 378 | ||
| 8053 | 9년 전 | 429 | ||
| 8052 | 9년 전 | 302 | ||
| 8051 | 9년 전 | 351 | ||
| 8050 | 9년 전 | 406 | ||
| 8049 | 9년 전 | 337 | ||
| 8048 | 9년 전 | 443 | ||
| 8047 | 9년 전 | 381 | ||
| 8046 | 9년 전 | 326 | ||
| 8045 | 9년 전 | 272 | ||
| 8044 | 9년 전 | 358 | ||
| 8043 | 9년 전 | 312 | ||
| 8042 | 9년 전 | 307 | ||
| 8041 | 9년 전 | 366 | ||
| 8040 | 9년 전 | 290 | ||
| 8039 | 9년 전 | 332 | ||
| 8038 | 9년 전 | 280 | ||
| 8037 | 9년 전 | 421 | ||
| 8036 | 9년 전 | 510 | ||
| 8035 | 9년 전 | 443 | ||
| 8034 | 9년 전 | 402 | ||
| 8033 | 9년 전 | 363 | ||
| 8032 | 9년 전 | 463 | ||
| 8031 | 9년 전 | 363 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기