📄 login.asp
字号:
<% id=Request.form("aspedit")
pw=Request.form("aspttt") %>
<html>
<head>
<LINK rel="stylesheet" href="css/index.css" type="text/css">
<title>先锋ASP精华网——密码认证</title>
</head>
<body>
<center>
<% if id="" and pw="" then %>
<form action="login.asp" method="post">
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" width="339" height="1" bordercolor="#000000" bordercolorlight="#000080" bordercolordark="#FFFFFF" bgcolor="#B0B498">
<tr>
<td width="339" height="1" background="images/t-image1.gif"><p align="center"><font color="#000064">先锋ASP精华网——网站管理</font></td>
</tr>
<tr>
<td width="339" height="50">
<p align="center"><font color="#000064"><br>
站长:<input name="aspedit" style="font-family: 宋体; font-size: 9pt; color: #000078; background-color: #B0B498" size="15"><br>
<br>
密码:<input type="password" name="aspttt" style="font-family: 宋体; font-size: 9pt; color: #000078; background-color: #B0B498" size="15" ><br>
<br>
<input type="radio" value="k1" name="ksk" checked>相关文章 <input type="radio" name="ksk" value="k2">相关下载<br>
<br>
</font><input type="submit" value="登 录" name="B3" style="font-family: 宋体; font-size: 9pt; color: #000073"> <input type="reset" value="重 写" name="B4" style="font-family: 宋体; font-size: 9pt; color: #000073"> <br>
<br>
</td>
</tr>
</center>
</table>
</div>
</form>
<% Response.end
end if
if id="ksk999" and pw="ksk999" then
Else
response.write "<font color='#000064'><p align='center'>——用户名或密码错误——</p></font>"
response.write "<p align='center'><a href='javascript:history.go(-1)'><font color='#0000BE'>点击此处返回</font></a></p>"
response.end
end if
session("flag")=12
select case request.FORM("ksk")
case "k1"
response.write "<html><head><meta HTTP-EQUIV=refresh Content='0;url=sys-text.asp'></head></html>"
case "k2"
response.write "<html><head><meta HTTP-EQUIV=refresh Content='0;url=.'></head></html>"
end select %>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -