?? login.asp
字號:
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>在線考試系統</title>
<base target="_top">
<link href="Style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
font-size: 14pt;
font-weight: bold;
}
-->
</style>
<%
Response.Cookies("logok")=""
Response.Cookies("userid")=""
Response.Cookies("username")=""
Response.Cookies("pwd")=""
Response.Cookies("powerid")=""
Response.Cookies("tested")=""
%>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#FFFFFF">
<form method="POST" action="checkusr.asp">
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td colspan="2" height="60"></td>
</tr>
<tr>
<td colspan="2">
<p align="center"> </td>
</tr>
<%
if request("Message")="error" then
%>
<tr>
<td colspan="2">
<p align="center">用戶名或者密碼錯誤!</td>
</tr>
<%
end if
%> <%
if request("Message")="nota" then
%>
<tr>
<td colspan="2">
<p align="center">你不是系統管理員!</td>
</tr>
<%
end if
%>
<tr>
<td>
<table border="0" cellspacing="1" width="201" bordercolorlight="#cccccc" bordercolordark="#FFFFFF" cellpadding="0" align="center" bgcolor="#FF9900">
<tr bgcolor="#FF9900" align="center">
<td height="35" colspan="2"><span class="style1"><font color="#000000"><img src="images/ksdl.jpg" width="120" height="30"></font></span></td>
</tr>
<tr bgcolor="#FFFFFF" align="center">
<td width="68" height="25"> 用戶名:</td>
<td width="127" height="25"><input type="text" name="userid" size="10" class="smallInput"></td>
</tr>
<tr bgcolor="#FFFFFF" align="center">
<td height="25">密碼:</td>
<td height="25"> <input type="password" name="pwd" size="10" class="smallInput"></td>
</tr>
<tr height="25" bgcolor="#FFFFFF">
<td colspan="2" align="center"><input name="kind" type="checkbox" value="A">
系統管理員
</td>
</tr>
<tr height="25" bgcolor="#FFFFFF">
<td colspan="2" align="center"><input border="0" value="進入系統" name="I1" type="submit" class="smallInput">
<input type="reset" value="重 置" name="B1" class="smallInput"></td>
</tr>
</table>
<p align="right"></td>
<td> </td>
</tr>
<tr>
<td>
<p align="right"></td>
<td> </td>
</tr>
<tr>
<td colspan="2">
<p align="center"></td>
</tr>
<tr>
<td colspan="2">
<p align="center"> </td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -