📄 sorry.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%if Request.QueryString("errINFO") <> 100 Then%>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<%if Request.QueryString("errINFO") = 1 Then%>
<meta http-equiv=refresh content=3;url=<%
if Request.ServerVariables("HTTP_REFERER")="" Then
Response.Write "/allguset.asp"
Else
Response.Write Request.ServerVariables("HTTP_REFERER")
End if
%>>
<%End if%>
<meta http-equiv=refresh content=3;url=<%
if Request.ServerVariables("HTTP_REFERER")="" Then
Response.Write "/allguset.asp"
Else
Response.Write Request.ServerVariables("HTTP_REFERER")
End if
End if
%>>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<style type="text/css">
<!--
body,td,th {
font-size: 9pt;
color: #000000;
}
body {
background-image: url(images/bg.gif);
}
a {
font-size: 9pt;
color: #000000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #FFFF00;
}
a:active {
text-decoration: none;
color: #FF0000;
}
.style3 {font-size: 18pt;
font-family: "隶书";
font-weight: bold;
color: #FFFF00;
}
-->
</style><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新婚来贺名单管理系统</title>
</head>
<body>
<div align="center">
<div align="center" class="style1">
<p class="style3">新婚来贺名单管理系统</p>
</div>
<p align="center"><a href="index.asp"><img src="images/LOGO.gif" width="178" height="98" border="0"></a></p>
<hr width="100%" size="1" color="#FFFF00" noshade>
<p> </p>
<%if Request.QueryString("errINFO") = "" Then%>
<p><span style='color: #FFFF00'>很抱歉!您访问此页面是为什么呢?</span></p>
<p>请<a href="allguset.asp">返回</a>!</p>
<%End if%>
<%if Request.QueryString("errINFO") = 1 Then%>
<p><span style='color: #FFFF00'>很抱歉!客人姓名为空!</span></p>
<p>请<a href="allguset.asp">返回</a>填写客人姓名!</p>
<%End if%>
<%if Request.QueryString("errINFO") = 2 Then%>
<p><span style='color: #FFFF00'>很抱歉!此客人姓名已经录入过了!</span></p>
<p>请<a href="allguset.asp">返回</a>重新填写客人姓名!</p>
<%End if%>
<%if Request.QueryString("errINFO") = 3 Then%>
<p><span style='color: #FFFF00'>很抱歉!客人姓名必须为中文!</span></p>
<p>请<a href="allguset.asp">返回</a>重新填写客人姓名!</p>
<%End if%>
<p> </p>
</div>
<!--#include file="Copyright.htm" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -