登录时,将光标默认移到登录眶

来源:互联网 发布:win10启动承载网络失败 编辑:程序博客网 时间:2024/06/07 09:57

/* 登录时,将光标默认移到登录眶 */

SCRIPT type="text/javascript">

$(function() {
document.forms[0].loginName.focus();
});

</SCRIPT>


<P style="padding: 30px 0px 10px; position: relative;">
<SPAN class="u_logo"></SPAN> <INPUT class="ipt" type="text"
name="loginName" placeholder="请输入用户名或邮箱" value="">
</P>


0 0
原创粉丝点击