📄 login.asp
字号:
<!--#include file="BBSLib.asp"-->
<%
if Request.ServerVariables("Request_Method") = "POST" then
if Request.Form("tYS") = "1" then
Response.Cookies("YS") = "1"
else
Response.Cookies("YS") = "0"
end if
Response.Cookies("YS").Expires=date+3650
Response.Cookies("NC") = Request.Form("tNC")
Response.Cookies("NC").Expires=date+3650
ret = Command("100|"&mid(FilterStr(Request.Form("tNC")),1,20)&"|"&mid(FilterStr(Request.Form("tMM")),1,10))
if GetPart(ret,1) <> "0" then
Response.Write("<SCRIPT>window.parent.alert('"&GetPart(ret,2)&"')</SCRIPT>")
Response.End
end if
Response.Write("<SCRIPT>window.parent.location.replace('main.asp')</SCRIPT>")
end if
%>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>
<P> </P>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -