📄 login.asp
字号:
<%
if request("logout")<>"" then
session("user")=""
response.cookies("user")=""
response.cookies("admin")=""
response.redirect "login.asp"
end if
%>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
</head>
<link rel="stylesheet" type="text/css" href="css.css">
<div align="center">
<form name="addNEWS" method="post" action="loginsave.asp" >
<table border="1" width="341" cellpadding="0" id="table1" height="179" style="border-collapse: collapse" bordercolor="#FFFFFF" bgcolor="#008080">
<tr>
<td height="45">
<p align="center"><font color="#FFFFFF">留言本后台管理系统(</font><a target="_blank" href="http://www.115cn.cn/"><font color="#FFFFFF">随缘网络</font></a><font color="#FFFFFF">)</font></td>
</tr>
<tr>
<td width="341" align="center" height="41"><font color="#FFFFFF">帐号:<input name="admin" type="text" class="input" size="16"></font></td>
</tr>
<tr>
<td width="341" align="center" height="42"><font color="#FFFFFF">密码:<input name="pass" type="password" class="input" size="16"></font></td>
</tr>
<tr>
<td width="341" align="center" height="54"><input type="submit" name="Submit" value="提交" class="input">
<input type="reset" name="Submit2" value="重置" class="input"> </td>
</tr>
</table>
</form>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -