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

<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,036
16년 전 조회 3,909
16년 전 조회 4,738
16년 전 조회 3,382
16년 전 조회 2,617
16년 전 조회 2,721
16년 전 조회 2,960
16년 전 조회 2,474
16년 전 조회 5,844
16년 전 조회 3,659
16년 전 조회 1,648
16년 전 조회 1,991
16년 전 조회 5,352
16년 전 조회 2,615
16년 전 조회 3,683
16년 전 조회 2,970
16년 전 조회 1,843
16년 전 조회 5,676
16년 전 조회 2,794
16년 전 조회 6,256
16년 전 조회 2,227
16년 전 조회 4,286
16년 전 조회 3,306
16년 전 조회 2,499
16년 전 조회 2,500
16년 전 조회 4,680
16년 전 조회 3,567
16년 전 조회 3,100
16년 전 조회 3,241
16년 전 조회 2,368
16년 전 조회 2,034
16년 전 조회 1,952
16년 전 조회 1,663
16년 전 조회 1,963
16년 전 조회 2,174
16년 전 조회 1,870
16년 전 조회 5,109
16년 전 조회 4,135
16년 전 조회 2,058
16년 전 조회 1,820
16년 전 조회 2,543
16년 전 조회 4,831
16년 전 조회 3,814
16년 전 조회 2,857
16년 전 조회 4,587
16년 전 조회 3,457
16년 전 조회 1,625
16년 전 조회 1,651
16년 전 조회 2,304
16년 전 조회 2,151
16년 전 조회 2,882
16년 전 조회 2,489
16년 전 조회 1,621
16년 전 조회 4,668
16년 전 조회 1,753
16년 전 조회 2,055
16년 전 조회 2,467
16년 전 조회 4,151
16년 전 조회 3,043
16년 전 조회 1,749
16년 전 조회 4,319
16년 전 조회 1,662
16년 전 조회 1,838
16년 전 조회 1,512
16년 전 조회 1,973
16년 전 조회 1,888
16년 전 조회 1,896
16년 전 조회 1,681
16년 전 조회 2,439
16년 전 조회 2,053
16년 전 조회 2,236
16년 전 조회 2,456
16년 전 조회 1,732
16년 전 조회 2,612
16년 전 조회 2,505
16년 전 조회 4,797
16년 전 조회 1,576
16년 전 조회 1,311
16년 전 조회 2,271
16년 전 조회 2,234
16년 전 조회 1,782
16년 전 조회 2,349
16년 전 조회 2,556
16년 전 조회 1,648
16년 전 조회 2,012
16년 전 조회 2,186
16년 전 조회 1,282
16년 전 조회 1,979
16년 전 조회 1,663
16년 전 조회 2,163
16년 전 조회 1,580
16년 전 조회 2,477
16년 전 조회 2,150
16년 전 조회 6,170
16년 전 조회 2,169
16년 전 조회 3,955
16년 전 조회 1,709
16년 전 조회 2,006
16년 전 조회 2,350
16년 전 조회 2,875