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

<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,055
16년 전 조회 3,927
16년 전 조회 4,755
16년 전 조회 3,387
16년 전 조회 2,636
16년 전 조회 2,743
16년 전 조회 2,975
16년 전 조회 2,490
16년 전 조회 5,860
16년 전 조회 3,676
16년 전 조회 1,666
16년 전 조회 2,009
16년 전 조회 5,367
16년 전 조회 2,634
16년 전 조회 3,699
16년 전 조회 2,985
16년 전 조회 1,859
16년 전 조회 5,684
16년 전 조회 2,800
16년 전 조회 6,272
16년 전 조회 2,248
16년 전 조회 4,297
16년 전 조회 3,320
16년 전 조회 2,510
16년 전 조회 2,519
16년 전 조회 4,685
16년 전 조회 3,585
16년 전 조회 3,113
16년 전 조회 3,255
16년 전 조회 2,383
16년 전 조회 2,046
16년 전 조회 1,969
16년 전 조회 1,679
16년 전 조회 1,982
16년 전 조회 2,192
16년 전 조회 1,884
16년 전 조회 5,129
16년 전 조회 4,143
16년 전 조회 2,069
16년 전 조회 1,844
16년 전 조회 2,561
16년 전 조회 4,840
16년 전 조회 3,831
16년 전 조회 2,872
16년 전 조회 4,603
16년 전 조회 3,471
16년 전 조회 1,639
16년 전 조회 1,661
16년 전 조회 2,323
16년 전 조회 2,168
16년 전 조회 2,895
16년 전 조회 2,499
16년 전 조회 1,630
16년 전 조회 4,679
16년 전 조회 1,764
16년 전 조회 2,071
16년 전 조회 2,487
16년 전 조회 4,160
16년 전 조회 3,053
16년 전 조회 1,763
16년 전 조회 4,327
16년 전 조회 1,680
16년 전 조회 1,852
16년 전 조회 1,528
16년 전 조회 1,989
16년 전 조회 1,901
16년 전 조회 1,910
16년 전 조회 1,693
16년 전 조회 2,453
16년 전 조회 2,073
16년 전 조회 2,249
16년 전 조회 2,472
16년 전 조회 1,753
16년 전 조회 2,624
16년 전 조회 2,516
16년 전 조회 4,815
16년 전 조회 1,596
16년 전 조회 1,330
16년 전 조회 2,282
16년 전 조회 2,246
16년 전 조회 1,799
16년 전 조회 2,358
16년 전 조회 2,569
16년 전 조회 1,665
16년 전 조회 2,027
16년 전 조회 2,206
16년 전 조회 1,300
16년 전 조회 1,997
16년 전 조회 1,679
16년 전 조회 2,176
16년 전 조회 1,595
16년 전 조회 2,488
16년 전 조회 2,167
16년 전 조회 6,182
16년 전 조회 2,183
16년 전 조회 3,972
16년 전 조회 1,724
16년 전 조회 2,012
16년 전 조회 2,365
16년 전 조회 2,888