📄 main.asp
字号:
<%
'*****简体中文版 by 资源搜罗站 [http://www.99ss.net]*****
If request("Request_Method")="POST" Then
Session.TimeOut = 180
password=Request("password")
If password="test" Then
session("password")="test"
End If
response.redirect "index.htm"
End If
Myself=Request.ServerVariables("PATH_INFO")
%>
<HTML>
<HEAD>
<TITLE>线上售货网管理模组</TITLE>
<link REL="stylesheet" HREF="../style.css" TYPE="text/css">
</HEAD>
<body bgcolor=ffffff marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<center>
<TABLE WIDTH=620 BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR><Td align=center valign=top align=center>
<a href=../index.asp><img src=../img/chome.jpg width=298 height=88 border=0></a><br><br>
<font size=4><big>管理者密码登入:</big></font><br><br>
<table border=0 width=90% bgcolor=cccccc><tr><td>
<% If session("password")<>"test" Then %>
您必须先登入管理者密码,进入管理模式,否则管理项目将无法正常运作
<% Else %>
<font color=000088>密码正确,您已经登入系统管理!请使用左边的超连结使用系统管理功能</font>
<% End If %>
</td></tr></table>
<FORM METHOD=POST ACTION=<%=Myself%> target=_top>
<INPUT TYPE="PASSWORD" NAME="password">
<INPUT TYPE="submit" Value="登入">
</FORM>
<hr width=90%>
<font size=2><em>系统时间:<%=Now%></em> 程式设计 : <a href=http://chome.rich2000.com.tw>Chome</a></font> <a href=mailto:chinimin@ms6.hinet.net>站长信箱</a><br>
</center>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -