transerror.asp

来自「javascript source code part2」· ASP 代码 · 共 19 行

ASP
19
字号
<!--#include file="ServerSideGlobalDef.inc"-->
<% 
	var sErrorDescription  = unescape(Request.QueryString);
%>
<html>
<head>
</head>
<body>
<font face="Comic Sans MS" size="3">
Due to a technical fault we have been unable to complete your order.<BR>
You order has been cancelled and no monies will be deducted from your credit card.
<br>
The problem is listed below
</font>
<br>
<p><%= sErrorDescription %></p>
</body>
</html>

⌨️ 快捷键说明

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