<script>
function num_only(){
  if((event.keyCode<48) || (event.keyCode>57)){
  event.returnValue=false;
  }
}
</script>
<form name='test'>
<input type=text name='numInputField' OnKeyPress="num_only()" style="ime-mode:disabled">
</form> 
2007/02/15 09:59 2007/02/15 09:59

Trackback Address :: http://www.blackball.pe.kr/trackback/28

Comment on this post!

[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다