📄 error.asp
字号:
<%
IF Request.ServerVariables("HTTP_REFERER")="" THEN
Gourl="javascript:window.close();"
Else
Gourl="javascript:history.go(-1);"
End IF
Response.Write "<META HTTP-EQUIV=""refresh"" CONTENT=""3;URL=" & Gourl & """>"
%>
<html>
<head>
<title>系统提示信息! -- 企业全站_2006_简体中文版 -- 台讯企业全站管理系统</title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body,td,th {
font-size: 9pt;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: underline;
color: #999999;
}
a:active {
text-decoration: none;
}
-->
</style></head>
<body onMouseOver="window.status='【企业全站_2006_简体中文版】www.txcodes.com 如果您喜欢本站,别忘了把本站介绍给您的好友哦!:)';return true">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="DFDFDF">
<tr>
<td align="center">
<DIV STYLE="width: 514px;">
<DIV STYLE="height: 35px;background-image: url(images/error_name.gif);text-align: right;padding-top: 13px;padding-right: 15px;"><A HREF="javascript:history.go(-1);" TITLE="返回上一页"><img src="Images/error_back.gif" BORDER="0"></A> <A HREF="javascript:window.close();" TITLE="关闭窗口"><img src="Images/error_close.gif" BORDER="0"></A></DIV>
<DIV STYLE="background-image: url(images/error_content1.gif);">
<DIV STYLE="text-align: left;padding-left: 35px;padding-top: 25px;padding-bottom: 25px;"><img src="Images/sorry.gif" ALIGN="absmiddle"> <%=request("error_title")%></DIV>
<DIV STYLE="height: 40px;padding: 10px;">『 <A HREF="<%=Gourl%>">如果浏览器没有跳转,请点击此处!</A> 』 『 <A HREF="index.asp">返回首页</A> 』</DIV>
</DIV>
<DIV STYLE="height: 15px;background-image: url(images/error_bottom.gif);"></DIV>
</DIV>
<BR><BR><BR><BR><BR>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -