📄 salogin.asp
字号:
<html>
<head>
<title>::::欢迎光临新新驾校在线考试系统::::</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/Style.css" rel="stylesheet" type="text/css">
<META content=fixty设计 name=description>
<META content="fixty@163.com" name=author>
</head>
<body>
<p> </p>
<% dim msg
session.Abandon()
msg = request("msg") %>
<table width="500" border="1" align="center" bordercolor="#FFFFFF" class="Xsmall">
<tr>
<td height="286" bordercolor="#000000">
<form name="SaLoginForm" method="post" action="saVerification.asp">
<table width="100%" height="100%" border="0" bgcolor="#FFFFFF" class="Xsmall">
<tr>
<td height="60"> <div align="center"><strong>管理登录窗口</strong><font color="#FF0000"> <%= msg %></font></div></td>
</tr>
<tr>
<td height="28"><div align="center">注意:此登录只限数据管理员</div></td>
</tr>
<tr>
<td height="26"><div align="center">
<img src="../images/stu_1.gif" width="16" height="16" align="absmiddle"> 管理帐号:
<input name="saname" type="text" class="Sborder" id="saname" size="12" maxlength="20">
</div></td>
</tr>
<tr>
<td height="26"><div align="center">
<img src="../images/useronline.gif" width="16" height="16" align="absmiddle"> 管理密码:
<input name="saps" type="password" class="Sborder" id="saps" size="12" maxlength="20">
</div></td>
</tr>
<tr>
<td height="34"><div align="center">
<img src="../images/useronline.gif" width="16" height="16" align="absmiddle"> 验证密码:
<input name="sapsv" type="password" class="Sborder" id="sapsv" size="12" maxlength="20">
</div></td>
</tr>
<tr>
<td height="26"> <div align="center">
<input name="Submit" type="submit" class="Sborder" value="确 定">
<input name="reset" type="reset" class="Sborder" id="reset" value="重 写">
</div></td>
</tr>
<tr>
<td><div align="center">现在时间为:<%response.write(now())%> </div></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -