?? login.asp
字號:
<!--#include file="conn.asp"-->
<%
id = request("id")
dim num1
dim rndnum
Randomize
Do While Len(rndnum)<4
num1=CStr(Chr((57-48)*rnd+48))
rndnum=rndnum&num1
loop
session("verifycode")=rndnum
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="images/css.css" type="text/css">
<title>教師登陸</title>
</head>
<body text=#000000 bgColor=#ffffff leftMargin=0 topMargin=0>
<!--#include file="head.asp"-->
<form action="check.asp" method="post">
<table style="BORDER-COLLAPSE: collapse" borderColor=#808080 width="300" border="1" align="center" cellpadding=1>
<tr align=center><td class="header" colspan=2>教師登陸</td></tr>
<tr align=center><td align=center>登錄名/ID</td><td align=left> <input type=text name="id" size=15 value="<%=id%>" title="請輸入您的登錄名或ID" tabindex="1"></td></tr>
<tr align=center><td align=center>請輸入您的密碼</td><td align=left> <input type=password name="password" size=15 title="請輸入您的密碼" tabindex="2"> <a href=getpwd.asp title="重新設置密碼">忘記密碼</a></td></tr>
<tr align=center><td>請輸入驗證碼</td><td align="left"> <input type=text name="verifycode" size=15 title="請輸入右側數字" tabindex="3">
<img src="num.ASP">
</td></tr>
</table>
<center><br><input type=submit name="submit" value="登陸" tabindex="4">
</center>
</form>
</body>
</html>
<%
conn.close
set conn = nothing
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -