欢迎光临
我们一直在努力

诶,我来修改一下吧

建站超值云服务器,限时71元/月

<script id="clienteventhandlersjs" language="javascript">
<!–
function t1_onkeyup() {
  if(document.card.t1.value.length==4){
     document.card.t2.focus();
   }
}
function t2_onkeyup() {
  if(document.card.t2.value.length==4){
     document.card.t3.focus();
   }
}

function t3_onkeyup() {
  if(document.card.t3.value.length==4){
     document.card.t4.focus();
   }
}
//–>
</script>

在<body>…</body>之间加入如下代码:
<form method="post" name="card" action>
输入字符:
<input type="text" name="t1" size="4" maxlength="4" language="javascript" onkeypress="return t1_onkeyup()">-

<input type="text" name="t2" size="4" maxlength="4" language="javascript" onkeypress="return t2_onkeyup()">-

<input type="text" name="t3" size="4" maxlength="4" language="javascript" onkeypress="return t3_onkeyup()">-

<input type="text" name="t4" size="4" maxlength="4">
</form> 

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 诶,我来修改一下吧
分享到: 更多 (0)

相关推荐

  • 暂无文章