📄 login.asp
字号:
<html>
<head>
<title>学生成绩管理系统欢迎您!</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: 26px;
color: #990000;
}
.he0 {
height: 20px;
width: 120px;
background-color: #F2F2F2;
}
.he1 {
height: 25px;
width: 60px;
background-color: #F2F2F2;
}
body {
background-color: #F2F2F2;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /></head>
<%
'注销时清空session
zhuxiao=request("zhuxiao")
if zhuxiao="y" then
session("username")=""
session("truename")=""
session("dept")=""
session("class")=""
session("sort")=""
session("flag")=0
end if
%>
<body>
<div align="center"><span class="STYLE1">新版学生成绩管理系统</span>
</div>
<form name="form1" method="post" action="logincheck.asp">
<table width="220" border="0" align="center" cellspacing="0" class="table">
<tr>
<td height="40" align="right">用户名:</td>
<td ><input name="username" type="text" class="he0"></td>
</tr>
<tr>
<td height="40" align="right">密 码:</td>
<td><input name="password" type="password" class="he0" ></td>
</tr>
<tr>
<td height="40" colspan="2" align="center"><input type="submit" name="Submit" value="登 录" class="he1"> <input type="reset" name="reset" value="重 填" class="he1"></td>
</tr>
<tr>
<td height="40"> </td>
<td> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -