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

<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,013
16년 전 조회 3,881
16년 전 조회 4,713
16년 전 조회 3,362
16년 전 조회 2,601
16년 전 조회 2,697
16년 전 조회 2,945
16년 전 조회 2,447
16년 전 조회 5,833
16년 전 조회 3,642
16년 전 조회 1,632
16년 전 조회 1,973
16년 전 조회 5,334
16년 전 조회 2,596
16년 전 조회 3,671
16년 전 조회 2,952
16년 전 조회 1,821
16년 전 조회 5,663
16년 전 조회 2,774
16년 전 조회 6,235
16년 전 조회 2,205
16년 전 조회 4,266
16년 전 조회 3,291
16년 전 조회 2,484
16년 전 조회 2,484
16년 전 조회 4,657
16년 전 조회 3,551
16년 전 조회 3,086
16년 전 조회 3,231
16년 전 조회 2,346
16년 전 조회 2,016
16년 전 조회 1,937
16년 전 조회 1,644
16년 전 조회 1,946
16년 전 조회 2,160
16년 전 조회 1,855
16년 전 조회 5,091
16년 전 조회 4,119
16년 전 조회 2,038
16년 전 조회 1,802
16년 전 조회 2,520
16년 전 조회 4,816
16년 전 조회 3,795
16년 전 조회 2,838
16년 전 조회 4,573
16년 전 조회 3,442
16년 전 조회 1,603
16년 전 조회 1,624
16년 전 조회 2,286
16년 전 조회 2,134
16년 전 조회 2,864
16년 전 조회 2,475
16년 전 조회 1,605
16년 전 조회 4,653
16년 전 조회 1,738
16년 전 조회 2,039
16년 전 조회 2,456
16년 전 조회 4,140
16년 전 조회 3,031
16년 전 조회 1,739
16년 전 조회 4,308
16년 전 조회 1,640
16년 전 조회 1,817
16년 전 조회 1,497
16년 전 조회 1,957
16년 전 조회 1,870
16년 전 조회 1,880
16년 전 조회 1,663
16년 전 조회 2,422
16년 전 조회 2,038
16년 전 조회 2,219
16년 전 조회 2,442
16년 전 조회 1,712
16년 전 조회 2,597
16년 전 조회 2,483
16년 전 조회 4,772
16년 전 조회 1,555
16년 전 조회 1,295
16년 전 조회 2,255
16년 전 조회 2,222
16년 전 조회 1,763
16년 전 조회 2,332
16년 전 조회 2,538
16년 전 조회 1,632
16년 전 조회 1,993
16년 전 조회 2,163
16년 전 조회 1,259
16년 전 조회 1,964
16년 전 조회 1,646
16년 전 조회 2,144
16년 전 조회 1,561
16년 전 조회 2,460
16년 전 조회 2,129
16년 전 조회 6,158
16년 전 조회 2,152
16년 전 조회 3,934
16년 전 조회 1,694
16년 전 조회 1,990
16년 전 조회 2,333
16년 전 조회 2,859