?? login3.asp
字號:
<%
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版權:野馬原創 ''''
''''聯系:ctplr@163.com ''''
''''說明:需要新功能聯系我 ''''
''''QQ:2643148 ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'###############本文件是登陸界面 3,管理員專用#####################
%>
<script language=javascript>
function checklogin()
{
if (document.logina.user.value=="") {alert("請輸入賬號");return false;}
if (document.logina.password.value=="") {alert("請輸入密碼");return false;}
if (document.logina.yzm.value=="") {alert("請輸入驗證碼");return false;}
document.logina.submit();
}
</script>
<title>Asoft考勤系統-管理員登陸</title>
<link href=css.css rel=stylesheet>
<body onkeydown="if(event.keyCode==122){event.keyCode=0;return false}" bgcolor="#CACACA" background="images/index_bj.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<br><br><br><br>
<form action="manager/logindo.asp" method=post name=logina>
<table border=0 background="images/loginIn.gif" width="100%" >
<tr>
<td align=center colspan=4 background="images/loginLine.gif" height=3></td></tr>
<tr>
<td align=center colspan=4><font color="#FF3300">*</font><font color="#FF6600">注</font><font color="#FF9900">意</font><font color="#FFCC33">大</font><font color="#FF9966">小</font><font color="#FF99CC">寫</font><font color="#FF00FF">*</font>
</td>
</tr>
<tr><td align=center ><input type=hidden value=adminloginin name=action>
</td>
</tr>
<tr ><td width=35% align=center><font color=#ff0000><b> 管</b></font></td><td width="120" align="center" >賬號:<input type=text name=user size=10 class=logintextbox></td>
<td width=15% align="center">密碼:<input type=password name=password size=10 class=logintextbox> </td><td width=30% align=center><font color=#00ff99><b>登</b></font></td></tr>
<tr ><td width=35% align=center><font color=#ffff00><b> 理</b></font><td width="120" align="center">驗證碼:<input type=text name=yzm size=10 class=logintextbox id="vifycode"></td>
<td width=15% align="center" >請輸入:
<img src="VerifyCode.asp" title="驗證碼,看不清楚?請點擊刷新驗證碼" style="cursor:pointer" onclick="this.src='VerifyCode.asp?'+Math.random();vifycode.value='';" id='VerifyCodeimg'>
</td><td width=35% align=center><font color=#ffaa00><b> 錄</b></font></td></tr>
<tr><td colspan=2 align=center ><input type=button onclick='javascript:document.logina.checklogin();' value=登陸 class=loginbtnbox> <input type=reset class=loginbtnbox value=重置> <input type=reset class=loginbtnbox value=忘記 onclick=window.open("userpass.asp?action=get")>
</tr>
<tr>
<td align=center colspan=4 background="images/loginLine.gif" height=3></td></tr>
</table>
</form>
</center>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -