📄 adminlogin.asp
字号:
<%
if request("logout")<>"" then
session("admin")=""
session("password")=""
session("aleave")=""
response.redirect "adminlogin.asp"
end if
%>
<html>
<head>
<LINK href="../css.css" type=text/css rel=stylesheet>
<title>商务链管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="考试163">
</head>
<body bgcolor="#F7F3F7" text="#000000">
<p align="center"><br>
<br>
<p align="center"><br>
<br>
<h1 align="center"><font color="#FF0000" face="黑体">商务链新图文发布系统</font></h1>
<h1 align="center"> </h1>
<table width="400" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
<form method=post action="chklogin.asp">
<tr>
<td width="100%" height="30" align="center" valign="middle" bgcolor="#FFFFFF">用户名:
<input class="input" style="color: #FF0000; background-color: #FFFFFF; border: 1px solid #000000" size="12" name="admin"></td>
</tr>
<tr>
<td width="100%" height="29" align="center" valign="middle" bgcolor="#FFFFFF">密 码:
<input class="input" style="color: #FF0000; background-color: #FFFFFF; border: 1px solid #000000" type="password" size="12" name="password"></td>
</tr>
<tr>
<td width="100%" height="30" align="center" valign="middle" bgcolor="#FFFFFF">
<input class="input" style="color: #FFFFFF; background-color: #FF0000; border: 1px solid #000000" type="submit" value="确 定" name="Submit">
<input class="input" style="color: #FFFFFF; background-color: #FF0000; border: 1px solid #000000" type="reset" value="取 消" name="Submit2">
</td>
</tr>
</form>
</table>
<br>
<br><br>
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -