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

<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,067
16년 전 조회 3,939
16년 전 조회 4,771
16년 전 조회 3,409
16년 전 조회 2,642
16년 전 조회 2,753
16년 전 조회 2,987
16년 전 조회 2,502
16년 전 조회 5,868
16년 전 조회 3,689
16년 전 조회 1,677
16년 전 조회 2,020
16년 전 조회 5,380
16년 전 조회 2,646
16년 전 조회 3,710
16년 전 조회 2,999
16년 전 조회 1,867
16년 전 조회 5,696
16년 전 조회 2,808
16년 전 조회 6,285
16년 전 조회 2,260
16년 전 조회 4,313
16년 전 조회 3,330
16년 전 조회 2,525
16년 전 조회 2,531
16년 전 조회 4,690
16년 전 조회 3,598
16년 전 조회 3,130
16년 전 조회 3,274
16년 전 조회 2,403
16년 전 조회 2,054
16년 전 조회 1,985
16년 전 조회 1,692
16년 전 조회 2,001
16년 전 조회 2,200
16년 전 조회 1,899
16년 전 조회 5,141
16년 전 조회 4,152
16년 전 조회 2,082
16년 전 조회 1,853
16년 전 조회 2,578
16년 전 조회 4,851
16년 전 조회 3,845
16년 전 조회 2,886
16년 전 조회 4,616
16년 전 조회 3,488
16년 전 조회 1,650
16년 전 조회 1,675
16년 전 조회 2,329
16년 전 조회 2,184
16년 전 조회 2,904
16년 전 조회 2,515
16년 전 조회 1,647
16년 전 조회 4,691
16년 전 조회 1,783
16년 전 조회 2,080
16년 전 조회 2,500
16년 전 조회 4,169
16년 전 조회 3,062
16년 전 조회 1,777
16년 전 조회 4,336
16년 전 조회 1,695
16년 전 조회 1,863
16년 전 조회 1,546
16년 전 조회 2,001
16년 전 조회 1,919
16년 전 조회 1,923
16년 전 조회 1,704
16년 전 조회 2,465
16년 전 조회 2,086
16년 전 조회 2,263
16년 전 조회 2,483
16년 전 조회 1,764
16년 전 조회 2,638
16년 전 조회 2,529
16년 전 조회 4,827
16년 전 조회 1,607
16년 전 조회 1,340
16년 전 조회 2,296
16년 전 조회 2,251
16년 전 조회 1,811
16년 전 조회 2,366
16년 전 조회 2,582
16년 전 조회 1,676
16년 전 조회 2,039
16년 전 조회 2,222
16년 전 조회 1,314
16년 전 조회 2,008
16년 전 조회 1,689
16년 전 조회 2,190
16년 전 조회 1,602
16년 전 조회 2,499
16년 전 조회 2,179
16년 전 조회 6,189
16년 전 조회 2,197
16년 전 조회 3,981
16년 전 조회 1,732
16년 전 조회 2,022
16년 전 조회 2,380
17년 전 조회 2,898