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

<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,087
16년 전 조회 3,969
16년 전 조회 4,791
16년 전 조회 3,431
16년 전 조회 2,676
16년 전 조회 2,786
16년 전 조회 3,011
16년 전 조회 2,537
16년 전 조회 5,887
16년 전 조회 3,711
16년 전 조회 1,698
16년 전 조회 2,040
16년 전 조회 5,400
16년 전 조회 2,666
16년 전 조회 3,729
16년 전 조회 3,012
16년 전 조회 1,896
16년 전 조회 5,710
16년 전 조회 2,830
16년 전 조회 6,316
16년 전 조회 2,283
16년 전 조회 4,337
16년 전 조회 3,362
16년 전 조회 2,548
16년 전 조회 2,563
16년 전 조회 4,703
16년 전 조회 3,626
16년 전 조회 3,154
16년 전 조회 3,298
16년 전 조회 2,424
16년 전 조회 2,078
16년 전 조회 2,014
16년 전 조회 1,714
16년 전 조회 2,018
16년 전 조회 2,221
16년 전 조회 1,923
16년 전 조회 5,171
16년 전 조회 4,169
16년 전 조회 2,100
16년 전 조회 1,878
16년 전 조회 2,598
16년 전 조회 4,865
16년 전 조회 3,873
16년 전 조회 2,912
16년 전 조회 4,644
16년 전 조회 3,511
16년 전 조회 1,669
16년 전 조회 1,699
16년 전 조회 2,355
16년 전 조회 2,203
16년 전 조회 2,924
16년 전 조회 2,542
16년 전 조회 1,674
16년 전 조회 4,712
16년 전 조회 1,798
16년 전 조회 2,101
16년 전 조회 2,529
16년 전 조회 4,188
16년 전 조회 3,083
16년 전 조회 1,806
16년 전 조회 4,355
16년 전 조회 1,716
16년 전 조회 1,888
16년 전 조회 1,567
16년 전 조회 2,030
16년 전 조회 1,946
16년 전 조회 1,945
16년 전 조회 1,727
16년 전 조회 2,490
16년 전 조회 2,109
16년 전 조회 2,285
16년 전 조회 2,512
16년 전 조회 1,782
16년 전 조회 2,658
16년 전 조회 2,549
16년 전 조회 4,857
16년 전 조회 1,634
16년 전 조회 1,372
16년 전 조회 2,319
16년 전 조회 2,287
16년 전 조회 1,840
16년 전 조회 2,397
16년 전 조회 2,603
16년 전 조회 1,709
16년 전 조회 2,061
16년 전 조회 2,239
16년 전 조회 1,338
16년 전 조회 2,032
16년 전 조회 1,714
16년 전 조회 2,212
16년 전 조회 1,624
16년 전 조회 2,531
16년 전 조회 2,204
16년 전 조회 6,210
16년 전 조회 2,230
16년 전 조회 4,004
16년 전 조회 1,763
16년 전 조회 2,050
16년 전 조회 2,406
17년 전 조회 2,922