📄 login.asp
字号:
<%
session("userid")=request.form("userid")
session("password")=request.form("password")
session("logcreate")=1
if session("userid")="" or session("password")="" then
session.abandon
errmsg="非管理员请勿进!"
%>
<html>
<head>
<title>版主登录</title>
</head>
<link rel="stylesheet" href="css.css">
<!--#include file="top2.asp"-->
<form method="post" action="login.asp" name="man">
<table border="1" cellspacing="0" cellpadding="0" width="416" align="center" height="10" bordercolor="#7C96B8" bordercolordark="#FFFFFF"><tr>
<td colspan="1" height="20" background="images/mmTo.gIf" width="416" bgcolor="#7C96B8"><DIV style="FILTER: dropshadow(color=#FFFFFF, offx=1, offy=1, positive=1); WIDTH: 100%; CURSOR: hAND; POSITION: relative">
<div align="center"><%=errmsg%></div>
</td>
</tr>
<tr>
<td colspan="1" height="20" background="images/mmTo.gIf" width="416" bgcolor="#7C96B8"><DIV style="FILTER: dropshadow(color=#FFFFFF, offx=1, offy=1, positive=1); WIDTH: 100%; CURSOR: hAND; POSITION: relative">
<div align='center'>用户名:<input class=buinput name="userid" size="20" maxlength="10" type="text"></div>
</td>
</tr>
<tr>
<td colspan="1" height="20" background="images/mmTo.gIf" width="416" bgcolor="#7C96B8"><DIV style="FILTER: dropshadow(color=#FFFFFF, offx=1, offy=1, positive=1); WIDTH: 100%; CURSOR: hAND; POSITION: relative">
<div align="center">密 码:<input class=buinput name="password" size="20" maxlength="10" type="password"></div>
</td>
</tr>
<tr>
<td>
<div align="center"><input type="submit" class=buinput name="ok" value=" 登录 "></div>
</td>
</tr>
</table>
</form>
</body>
</html>
<%
else
response.redirect "man.htm"
end if
%>
<!--#include file="copyright.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -