📄 userlogin.asp
字号:
<!--#include file="inc/conn.asp" -->
<!--#include file="inc/CallErr.asp" -->
<!--#include file="class/command.asp" -->
<!--#include file="class/showpage.asp" -->
<%
Response.Expires = -1
Server.ScriptTimeout = 300
dim ClassSystem,ClassCheck,ClassPage
Set ClassSystem = New System
Set ClassCheck = New CheckUser
Set ClassPage = New ShowPage
ClassSystem.GetWebSys()
ClassCheck.GetUserInfo()
ClassCheck.GetUserCss Request.Querystring("GetStyle")
ClassPage.CheckGsbookId Request.QueryString("Id")
ClassPage.ShowGsbookInfo ClassPage.Id
EditType = Request.QueryString("EditType")
Select Case Request.ServerVariables("Request_Method")
Case "POST"
ClassCheck.UserEditLogin Request.Form("EditPass"),ClassPage.Id,ClassPage.ArrRs(12,0)
Select Case EditType
Case 1
Response.Redirect "EditGsbook.asp?Id="&ClassPage.Id
Case 2
Response.Redirect "DelGsbook.asp?Id="&ClassPage.Id
Case 3
Response.Redirect "ShowGsbook.asp?Id="&ClassPage.Id
Case Else
Response.Redirect "Index.asp"
End Select
End Select
ClassSystem.Closedb()
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script src="script/GetStyle.js"></script>
<title><%=ClassSystem.ArrRs(0,0)%> - <%=ClassSystem.ArrRs(1,0)%></title>
</head>
<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 class="body" Bgproperties="fixed">
<!--#include file=Include/Top.asp -->
<div class="div">
<table Class=TableTop border=0 cellpadding="0" cellspacing="0">
<tr>
<td class=TableTop_Left rowspan="11"> </td>
<td colspan="2" align="center"> </td>
</tr>
<tr>
<td colspan="2" class=TableTop_Right>
<table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><p>============= 留 言 管 理 登 陆 =============</p>
<form name="form1" method="post" action="UserLogin.asp?Id=<%=ClassPage.Id%>&EditType=<%=EditType%>">
<p> 留言密码:
<input name="EditPass" type="text" size="20" maxlength="20" class=put>
(6-12位纯数字) </p>
<p>
<input type="submit" name="Submit" value="=> 登 陆" class=put2>
<input type=reset name="Reset" value="取 消" onClick="javascript:history.back()" class=put3>
</p>
</form>
</td>
</tr>
</table></td>
</tr></table>
</div>
<!--#Include File="Include/CopyRight.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -