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

<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,221
16년 전 조회 4,101
16년 전 조회 4,901
16년 전 조회 3,549
16년 전 조회 2,805
16년 전 조회 2,921
16년 전 조회 3,133
16년 전 조회 2,649
16년 전 조회 5,999
16년 전 조회 3,825
16년 전 조회 1,824
16년 전 조회 2,153
16년 전 조회 5,523
16년 전 조회 2,775
16년 전 조회 3,849
16년 전 조회 3,126
16년 전 조회 2,025
16년 전 조회 5,841
16년 전 조회 2,944
16년 전 조회 6,434
16년 전 조회 2,409
16년 전 조회 4,463
16년 전 조회 3,467
16년 전 조회 2,661
16년 전 조회 2,687
16년 전 조회 4,819
16년 전 조회 3,748
16년 전 조회 3,272
16년 전 조회 3,429
16년 전 조회 2,544
16년 전 조회 2,212
16년 전 조회 2,138
16년 전 조회 1,844
16년 전 조회 2,128
16년 전 조회 2,339
16년 전 조회 2,041
16년 전 조회 5,291
16년 전 조회 4,289
16년 전 조회 2,235
16년 전 조회 1,984
16년 전 조회 2,733
16년 전 조회 4,984
16년 전 조회 3,992
16년 전 조회 3,025
16년 전 조회 4,769
16년 전 조회 3,619
16년 전 조회 1,776
16년 전 조회 1,808
16년 전 조회 2,481
16년 전 조회 2,321
16년 전 조회 3,033
16년 전 조회 2,649
16년 전 조회 1,787
16년 전 조회 4,832
16년 전 조회 1,909
16년 전 조회 2,213
16년 전 조회 2,652
16년 전 조회 4,296
16년 전 조회 3,198
16년 전 조회 1,914
16년 전 조회 4,465
16년 전 조회 1,818
16년 전 조회 2,006
16년 전 조회 1,672
16년 전 조회 2,150
16년 전 조회 2,070
16년 전 조회 2,051
16년 전 조회 1,834
16년 전 조회 2,594
16년 전 조회 2,234
16년 전 조회 2,393
16년 전 조회 2,622
16년 전 조회 1,887
16년 전 조회 2,770
16년 전 조회 2,658
16년 전 조회 4,961
16년 전 조회 1,738
16년 전 조회 1,480
16년 전 조회 2,432
16년 전 조회 2,387
16년 전 조회 1,948
16년 전 조회 2,495
16년 전 조회 2,704
16년 전 조회 1,804
16년 전 조회 2,170
16년 전 조회 2,346
16년 전 조회 1,431
16년 전 조회 2,146
16년 전 조회 1,825
16년 전 조회 2,331
16년 전 조회 1,727
16년 전 조회 2,626
16년 전 조회 2,323
16년 전 조회 6,309
16년 전 조회 2,330
17년 전 조회 4,097
17년 전 조회 1,873
17년 전 조회 2,168
17년 전 조회 2,509
17년 전 조회 3,025