📄 error.asp
字号:
<!--#include file="ACT.Function.asp"-->
<%
dim ErrorUrl,ErrCodes,Title,ErrorPic,Helps
ErrorUrl = Replace(Request.QueryString("ErrorUrl"),"''","")
ErrCodes = Request.QueryString("Errs")
Title = Request.QueryString("Title")
if trim(ErrorUrl) = "" then
ErrorUrl = "javascript:history.back();"
Else
ErrorUrl = ErrorUrl
End if
Select Case Trim(Title)
Case ""
Title ="操作成功":ErrorPic = "√"
Case "2"
Title ="操作成功":ErrorPic = "√":Response.Write ("<script>parent.frames['menu'].location.reload();</script>")
Case "3"
Title ="错误信息":ErrorPic = "×":Helps = "请仔细阅读帮助文件?":Response.Write ("<script>parent.frames['menu'].location.reload();</script>")
Case "4"
Title ="操作成功":ErrorPic = "√":Response.Write ("<script>parent.frames['menu'].location.reload();</script>"):Response.Write ("<script>parent.frames['top'].location.reload();</script>")
Case Else
Title="错误信息"
ErrorPic = "×"
Helps = "请仔细阅读帮助文件?"
End Select
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<title><%= Title %></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
<meta name="keywords" content="">
<link href="images/css1/css.css" rel="stylesheet" type="text/css">
<head>
<body >
<table width="60%" height="60%" border="0" align="center" cellpadding="1" cellspacing="0">
<tr>
<td><table width="100%" height="182" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
<tr class="back">
<td width="100%" height="24" class="bg_tr"><%= Title %></td>
</tr>
<tr class="back">
<td height="130" class="td_bg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="6"></td>
</tr>
</table>
<span ><strong><font color="red">操作描述:</font></strong></span>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="12%" height="10"><div align="center"><font color="red" style="font-size:30px;face:Arial, Helvetica, sans-serif"><strong><%= ErrorPic %> </strong></font></div></td>
<td width="88%"><div align="left">
<b><% = ErrCodes %></b>
<li><%=Helps%> <a href="<% = ErrorUrl %>" >返回上一级</a> </li>
<li><a href="http://www.actcms.com" target="_blank">Powered
by ACTCMS Inc.</a> <a href="http://help.actcms.com" target="_blank" style="CURSOR:help">帮助中心</a>
<a href="http://bbs.actcms.com" target="_blank">技术论坛</a></li>
</td>
</tr>
</table>
<span class="tx"></span>
<div align="left"> </div>
</td>
</tr>
<tr class="back">
<td height="24" class="bg_tr"><div align="right">
</div></td>
</tr>
</form>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -