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

<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,205
16년 전 조회 4,090
16년 전 조회 4,891
16년 전 조회 3,533
16년 전 조회 2,791
16년 전 조회 2,909
16년 전 조회 3,122
16년 전 조회 2,639
16년 전 조회 5,987
16년 전 조회 3,813
16년 전 조회 1,813
16년 전 조회 2,143
16년 전 조회 5,513
16년 전 조회 2,762
16년 전 조회 3,841
16년 전 조회 3,114
16년 전 조회 2,017
16년 전 조회 5,829
16년 전 조회 2,931
16년 전 조회 6,419
16년 전 조회 2,399
16년 전 조회 4,451
16년 전 조회 3,453
16년 전 조회 2,647
16년 전 조회 2,669
16년 전 조회 4,801
16년 전 조회 3,737
16년 전 조회 3,267
16년 전 조회 3,417
16년 전 조회 2,531
16년 전 조회 2,205
16년 전 조회 2,126
16년 전 조회 1,831
16년 전 조회 2,113
16년 전 조회 2,326
16년 전 조회 2,026
16년 전 조회 5,280
16년 전 조회 4,269
16년 전 조회 2,223
16년 전 조회 1,965
16년 전 조회 2,720
16년 전 조회 4,969
16년 전 조회 3,972
16년 전 조회 3,005
16년 전 조회 4,756
16년 전 조회 3,607
16년 전 조회 1,762
16년 전 조회 1,796
16년 전 조회 2,466
16년 전 조회 2,311
16년 전 조회 3,020
16년 전 조회 2,634
16년 전 조회 1,775
16년 전 조회 4,813
16년 전 조회 1,894
16년 전 조회 2,204
16년 전 조회 2,633
16년 전 조회 4,283
16년 전 조회 3,187
16년 전 조회 1,904
16년 전 조회 4,451
16년 전 조회 1,803
16년 전 조회 1,993
16년 전 조회 1,661
16년 전 조회 2,137
16년 전 조회 2,053
16년 전 조회 2,043
16년 전 조회 1,821
16년 전 조회 2,584
16년 전 조회 2,224
16년 전 조회 2,383
16년 전 조회 2,610
16년 전 조회 1,873
16년 전 조회 2,756
16년 전 조회 2,643
16년 전 조회 4,947
16년 전 조회 1,721
16년 전 조회 1,469
16년 전 조회 2,423
16년 전 조회 2,378
16년 전 조회 1,933
16년 전 조회 2,483
16년 전 조회 2,687
16년 전 조회 1,799
16년 전 조회 2,158
16년 전 조회 2,337
16년 전 조회 1,419
16년 전 조회 2,132
16년 전 조회 1,817
16년 전 조회 2,317
16년 전 조회 1,716
16년 전 조회 2,616
16년 전 조회 2,310
16년 전 조회 6,305
16년 전 조회 2,325
17년 전 조회 4,090
17년 전 조회 1,858
17년 전 조회 2,157
17년 전 조회 2,500
17년 전 조회 3,015