June44

금액입력시 한글로 변환하여 표시

<!--
제작 : 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만 으로 표시

미리보기는 링크를 이용 하세요^^

[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]
|

댓글 1개

조 까지 추가를 ㅎㅎ

완전 한글로 바까주세용

1234567890 쓰면
일억이천삼백사십육만칠천팔백구십원 으로요 ㅋㅋ
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
17년 전 조회 3,051
17년 전 조회 3,048
17년 전 조회 2,840
17년 전 조회 2,660
17년 전 조회 2,016
17년 전 조회 2,744
17년 전 조회 4,272
17년 전 조회 2,112
17년 전 조회 4,207
17년 전 조회 2,121
18년 전 조회 2,008
18년 전 조회 2,373
18년 전 조회 2,775
18년 전 조회 1,730
18년 전 조회 2,075
18년 전 조회 2,637
18년 전 조회 2,123
18년 전 조회 2,060
18년 전 조회 1,855
18년 전 조회 1,689
18년 전 조회 1,658
18년 전 조회 1,450
18년 전 조회 1,451
18년 전 조회 1,467
18년 전 조회 1,473
18년 전 조회 1,880
18년 전 조회 1,989
18년 전 조회 2,116
18년 전 조회 3,257
18년 전 조회 2,413
18년 전 조회 2,054
18년 전 조회 2,415
18년 전 조회 2,137
18년 전 조회 3,661
18년 전 조회 1,833
18년 전 조회 1,955
18년 전 조회 1,649
18년 전 조회 2,514
18년 전 조회 3,433
18년 전 조회 2,560
18년 전 조회 2,027
18년 전 조회 3,293
18년 전 조회 4,770
18년 전 조회 2,050
18년 전 조회 3,581
18년 전 조회 1,864
18년 전 조회 3,785
18년 전 조회 6,159
18년 전 조회 1,730
18년 전 조회 2,465
18년 전 조회 2,094
18년 전 조회 1,842
18년 전 조회 2,713
18년 전 조회 2,935
18년 전 조회 1,894
18년 전 조회 2,998
18년 전 조회 3,471
18년 전 조회 1,809
18년 전 조회 2,231
18년 전 조회 4,156
18년 전 조회 4,783
18년 전 조회 2,173
18년 전 조회 2,009
18년 전 조회 2,982
18년 전 조회 2,162
18년 전 조회 4,236
18년 전 조회 1,948
16년 전 조회 2,232
18년 전 조회 2,535
18년 전 조회 2,426
18년 전 조회 3,884
18년 전 조회 1,871
18년 전 조회 2,975
18년 전 조회 1,926
18년 전 조회 2,202
18년 전 조회 7,745
18년 전 조회 2,321
18년 전 조회 4,406
18년 전 조회 2,732
18년 전 조회 2,727
18년 전 조회 2,450
18년 전 조회 2,500
18년 전 조회 2,934
18년 전 조회 3,518
18년 전 조회 5,629
18년 전 조회 3,062
18년 전 조회 3,001
18년 전 조회 2,842
18년 전 조회 2,094
18년 전 조회 2,510
18년 전 조회 5,615
18년 전 조회 3,341
18년 전 조회 2,899
18년 전 조회 3,550
18년 전 조회 2,772
18년 전 조회 3,149
18년 전 조회 6,168
18년 전 조회 2,922
18년 전 조회 2,285
18년 전 조회 2,930