📄 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 "index.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>
<META content="深呼吸|心情日记" name=description>
<LINK href="main.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
body { background-color: #FFFFFF; background-attachment: fixed; background-repeat: no-repeat; background-position: center center}
.style1 {color: #1178BA}
-->
</style>
</head>
<body bgColor=#ffffff leftMargin=0 topMargin=100>
<form method="post">
<input type="hidden" name="POST" value="True">
<table width="300" border="1" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" bordercolorlight="#FFFFFF" align="center" bordercolor=""#FFFFFF" height="186">
<tr>
<td height="67" align="center" bgcolor="#EEF8FF"> .::.::: <%=USRName%><font size="3"> |</font>
心情日记 :::.::. <br>
<span class="style1">对不起,本日记暂时不对外开放管理。</span></td>
</tr>
<tr>
<td height="70" align="center" bgcolor="#EEF8FF">用户名:
<input type="text" name="LogName" size="10" maxlength="10">
<br>
密 码:
<input type="password" name="LogPwd" size="10" maxlength="10"></td>
</tr>
<tr>
<td height="47" align="center" bgcolor="#EEF8FF"> <input type="submit" value="确定">
<input type="reset" value="重写"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -