📄 login.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<%
IF Request("POST")="True" Then
Trim(Replace(Request("LogPwd"),"'",""))
IF Trim(Replace(Request("LogName"),"'",""))=LogName and Trim(Replace(Request("LogPwd"),"'",""))=LogPWD Then
Session("PROADMIN")="True"
Response.Redirect "Default.asp"
Else
Response.Write "<script language='javascript'>alert('非法登陆!');</script>"
End IF
End IF
%>
<html>
<head>
<title>更新登陆</title>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="邵阳网盟" name=keywords>
<LINK href="style.css" type=text/css rel=stylesheet>
</head>
<body bgColor=#ffffff leftMargin=0 topMargin=0>
<br><br><br>
<form method="post">
<input type="hidden" name="POST" value="True">
<table style="border:#009900 1pt dotted" width="48%" border="0" cellspacing="1" cellpadding="2" bordercolordark="#FFFFFF" bordercolorlight="#88E8F8" align="center" height="23%">
<tr>
<td height="82" align="center">用户名:
<input style="border:1pt dotted #009900" type="text" name="LogName" size="10" maxlength="10">
<br>
<br>
密 码:
<input style="border:1pt dotted #009900" type="password" name="LogPwd" size="10" maxlength="10">
</td>
</tr>
<tr>
<td align="center" valign="top">
<input style="border:1pt dotted #009900;background-color:#ffffff;width=50px;" type="submit" value="确定">
<input style="border:1pt dotted #009900;background-color:#ffffff;width=50px" type="reset" value="重写">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -