엔터치면 다음칸으로 이동.

<html>
<head>
    <title>다음칸</title>
<script language='javascript'>

   var is_submit = true;
   var _NEXT_FOCUS = ""; // 커서가 갈 곳..

   function check_form(){

       f = document.form;

      if(is_submit == true){
         return true;
      }else{
         f[_NEXT_FOCUS].focus();
         is_submit = true;
         return false;
     }
   }

   function next_input(next_focus){
     if(event.keyCode == 13){
          is_submit = false;
         _NEXT_FOCUS = next_focus;
      }
   }

</script>


<body>
입력폼 아무곳에서나 엔터키를 쳐보세요..

<form name='form'>
   <input type='text' size=20 name='put1' onKeyDown="next_input('put2');"><br>
   <input type='text' size=20 name='put2' onKeyDown="next_input('put3');"><br>
   <input type='text' size=20 name='put3' onKeyDown="next_input('put4');"><br>
   <input type='text' size=20 name='put4' onKeyDown="next_input('put5');"><br>
   <input type='text' size=20 name='put5' onKeyDown="next_input('put1');"><br>
   <input type='submit' value='보내기' onClick='return check_form();'>
</form>

</body>
</html>
[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]
|

댓글 3개

댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
16년 전 조회 2,128
16년 전 조회 4,016
16년 전 조회 4,829
16년 전 조회 3,465
16년 전 조회 2,724
16년 전 조회 2,838
16년 전 조회 3,046
16년 전 조회 2,584
16년 전 조회 5,921
16년 전 조회 3,752
16년 전 조회 1,735
16년 전 조회 2,075
16년 전 조회 5,436
16년 전 조회 2,705
16년 전 조회 3,765
16년 전 조회 3,057
16년 전 조회 1,943
16년 전 조회 5,754
16년 전 조회 2,859
16년 전 조회 6,353
16년 전 조회 2,327
16년 전 조회 4,383
16년 전 조회 3,397
16년 전 조회 2,575
16년 전 조회 2,599
16년 전 조회 4,729
16년 전 조회 3,666
16년 전 조회 3,195
16년 전 조회 3,338
16년 전 조회 2,452
16년 전 조회 2,118
16년 전 조회 2,060
16년 전 조회 1,750
16년 전 조회 2,060
16년 전 조회 2,258
16년 전 조회 1,961
16년 전 조회 5,209
16년 전 조회 4,205
16년 전 조회 2,154
16년 전 조회 1,909
16년 전 조회 2,641
16년 전 조회 4,896
16년 전 조회 3,905
16년 전 조회 2,948
16년 전 조회 4,683
16년 전 조회 3,545
16년 전 조회 1,698
16년 전 조회 1,733
16년 전 조회 2,387
16년 전 조회 2,235
16년 전 조회 2,951
16년 전 조회 2,572
16년 전 조회 1,704
16년 전 조회 4,747
16년 전 조회 1,828
16년 전 조회 2,130
16년 전 조회 2,572
16년 전 조회 4,228
16년 전 조회 3,116
16년 전 조회 1,837
16년 전 조회 4,392
16년 전 조회 1,751
16년 전 조회 1,917
16년 전 조회 1,597
16년 전 조회 2,072
16년 전 조회 1,976
16년 전 조회 1,982
16년 전 조회 1,764
16년 전 조회 2,526
16년 전 조회 2,152
16년 전 조회 2,319
16년 전 조회 2,549
16년 전 조회 1,811
16년 전 조회 2,696
16년 전 조회 2,582
16년 전 조회 4,897
16년 전 조회 1,666
16년 전 조회 1,404
16년 전 조회 2,354
16년 전 조회 2,321
16년 전 조회 1,870
16년 전 조회 2,426
16년 전 조회 2,647
16년 전 조회 1,748
16년 전 조회 2,097
16년 전 조회 2,272
16년 전 조회 1,362
16년 전 조회 2,069
16년 전 조회 1,754
16년 전 조회 2,245
16년 전 조회 1,647
16년 전 조회 2,561
16년 전 조회 2,247
16년 전 조회 6,242
16년 전 조회 2,266
16년 전 조회 4,037
16년 전 조회 1,793
16년 전 조회 2,089
17년 전 조회 2,449
17년 전 조회 2,953