登录密码

This commit is contained in:
G 2018-11-12 11:52:01 +08:00
parent 2bffefc216
commit 1f768e2f7f

View File

@ -38,7 +38,7 @@
</select>
</div>
<div class="logon_user">用户名ID<input type="text" name="UserID" onkeypress="javascript:pressEnter(1, event);" value="test11" onblur="javascript:myTrim();" class="input_class"/></div>
<div class="logon_user">ÃÜÂ룺<input type="Password" name="Password" value="a1!" onkeypress="javascript:pressEnter(2, event);" class="input_class"/></div>
<div class="logon_user">密码:<input type="Password" name="Password" value="" onkeypress="javascript:pressEnter(2, event);" class="input_class"/></div>
<!-- <div class="logon_user" style="position: relative;">验证码:<input type="text" name="CheckCode" onKeyPress="javascript:pressEnter(3, event);" class="input_class" style="margin-right: 70px; width: 110px;"/><img style="position: absolute; right: 0; bottom: 0; cursor: pointer;" src="servlet/checkcode" onclick="history.go(0)" title="点击刷新验证码"/></div> -->
<span id='amarhidden' style='display:none'>正在检查用户请稍等.....</span>
<div class="logon_button">
@ -99,11 +99,7 @@ function chkForm(theForm){
}
writeCookie("UserID",theForm.UserID.value, 240);
writeCookie("UserIDSelected",theForm.UserIDSelected.value, 240);
theForm.action = theForm.action + "?UserID=" + theForm.UserID.value + "&Password=" + theForm.Password.value;
theForm.UserID.value = "";
theForm.Password.value = "";
return true;
}