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

<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,272
16년 전 조회 4,179
16년 전 조회 4,968
16년 전 조회 3,613
16년 전 조회 2,866
16년 전 조회 2,987
16년 전 조회 3,194
16년 전 조회 2,714
16년 전 조회 6,072
16년 전 조회 3,895
16년 전 조회 1,881
16년 전 조회 2,218
16년 전 조회 5,578
16년 전 조회 2,824
16년 전 조회 3,908
16년 전 조회 3,183
16년 전 조회 2,078
16년 전 조회 5,902
16년 전 조회 3,014
16년 전 조회 6,494
16년 전 조회 2,482
16년 전 조회 4,514
16년 전 조회 3,530
16년 전 조회 2,711
16년 전 조회 2,742
16년 전 조회 4,866
16년 전 조회 3,806
16년 전 조회 3,326
16년 전 조회 3,478
16년 전 조회 2,600
16년 전 조회 2,271
16년 전 조회 2,191
16년 전 조회 1,907
16년 전 조회 2,187
16년 전 조회 2,390
16년 전 조회 2,100
16년 전 조회 5,345
16년 전 조회 4,341
16년 전 조회 2,286
16년 전 조회 2,032
16년 전 조회 2,796
16년 전 조회 5,037
16년 전 조회 4,055
16년 전 조회 3,086
16년 전 조회 4,828
16년 전 조회 3,675
16년 전 조회 1,827
16년 전 조회 1,861
16년 전 조회 2,533
16년 전 조회 2,359
16년 전 조회 3,078
16년 전 조회 2,686
16년 전 조회 1,830
16년 전 조회 4,882
16년 전 조회 1,959
16년 전 조회 2,270
16년 전 조회 2,700
16년 전 조회 4,348
16년 전 조회 3,244
16년 전 조회 1,963
16년 전 조회 4,506
16년 전 조회 1,866
16년 전 조회 2,044
16년 전 조회 1,716
16년 전 조회 2,188
16년 전 조회 2,111
16년 전 조회 2,101
16년 전 조회 1,879
16년 전 조회 2,644
16년 전 조회 2,277
16년 전 조회 2,432
16년 전 조회 2,668
16년 전 조회 1,932
16년 전 조회 2,821
16년 전 조회 2,704
16년 전 조회 5,004
16년 전 조회 1,797
16년 전 조회 1,533
16년 전 조회 2,480
16년 전 조회 2,427
16년 전 조회 2,002
16년 전 조회 2,540
16년 전 조회 2,741
16년 전 조회 1,848
16년 전 조회 2,231
16년 전 조회 2,403
16년 전 조회 1,486
16년 전 조회 2,187
16년 전 조회 1,875
16년 전 조회 2,368
16년 전 조회 1,767
16년 전 조회 2,668
16년 전 조회 2,367
16년 전 조회 6,347
17년 전 조회 2,363
17년 전 조회 4,130
17년 전 조회 1,898
17년 전 조회 2,196
17년 전 조회 2,545
17년 전 조회 3,065