📄 login.asp
字号:
<%
session("key")=""
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=style.css rel=stylesheet>
<title>常州市新区实验中学教育管理系统</title>
<script language="JavaScript">
<!--
if (self != top) top.location.href = window.location.href
//-->
</script>
</head>
<body bgcolor="#CCCCCC" background="../images/linebg1.gif">
<br>
<p> </p>
<form method="POST" action="CHKLOGIN.ASP">
<table border="0" width="450" align=center bgcolor="#000000" cellspacing="2" cellpadding="6">
<tr>
<td width="100%" align="center" height="65" bgcolor="#657CB4"><font color="#ff9900"><b><font size="+2" color="#FFFFFF">常州市新区实验中学教育管理系统</font></b></font></td>
</tr>
<tr>
<td width="100%" align="center" height="40" bgcolor="#C6CEE3">管 理 员 登 陆</td>
</tr>
<tr>
<td width="100%" align="center" bgcolor="#abb8d6" height="166">
<table border="0" width="350" cellpadding="6">
<tr>
<td align="center">用户帐号:
<input name="UserName" size="20" font face="宋体" style="font-size: 9pt">
</td>
</tr>
<tr>
<td align="center">登录密码:
<input type="password" name="Passwd" size="20" font face="宋体" style="font-size: 9pt">
</td>
</tr>
<tr>
<td align="center">
<p>
<input type="submit" name="Submit" value="确定" style="font-size: 9pt">
<input type="reset" name="Submit2" value="重写" style="font-size: 9pt">
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -