⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 user_paysuccess.asp

📁 依蓝旅游网站管理系统Elan2008.SP2
💻 ASP
字号:
<%
Option Explicit
Response.buffer = True
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
%>
<!--#Include File="../Conn.asp"-->
<!--#Include File="../Inc/Const.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="User_Style.css" type="text/css" rel="stylesheet">
<title>在线支付成功</title>
</head>
<body>
<%
If EL_User.UserIsLogin = False Then
   Response.Write "<scr" & "ipt>top.location='User_Login.asp';</scr" & "ipt>"
   Call ApplicationTerminate()
End If
ComeURL = ""
EL_Common.ShowSuccessMsg(EL_Common.Lang("BaseConfig.PayOnlineSuccess", "完成在线支付操作,请等待管理员核实"))
Call ApplicationTerminate()
%>
</body>
</html>

⌨️ 快捷键说明

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