c_houtai.asp

来自「BBS电子公告系统」· ASP 代码 · 共 14 行

ASP
14
字号
<!--#include file="d_a_mima.asp" -->
<%
	houtai=Request.Form("houtai")
	if houtai="" then
		response.Redirect("b_houtai.asp?fanhui=kong")
	else
		if houtai=mima then
			session("mima")=mima
			response.Redirect("a_xinxi.asp")
		else
			response.Redirect("b_houtai.asp?fanhui=cuo")
		end if
	end if
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?