error.asp
来自「旅游管理系统 用ASP+SQL 2」· ASP 代码 · 共 40 行
ASP
40 行
<html>
<head>
<title>出错了!本次操作失败!</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<link rel="stylesheet" href="css/css1.css" type="text/css">
<body bgcolor="#FFFFFF" style="background-color: #999999" text="#000000" topmargin="5">
<p>
<!--#include file="includefile/shoubu.asp" -->
</p>
<table width="268" border="0" cellspacing="0" cellpadding="0" align="center" class="shizhou">
<tr>
<td height="43" align="center" width="65"><img src="images/error.gif" width="32" height="32"></td>
<td height="43" align="center" width="203"><font color="#FF0000">出错了!可能由以下的原因引起:</font></td>
</tr>
<tr>
<td height="73" colspan="2">
<table width="256" border="0" cellspacing="0" cellpadding="0" align="center" height="16">
<tr>
<td height="64" bgcolor="#FFFFFF" align="center"><%
Response.Write session("errormsg")
session("errormsg")=""
Response.Write ("<br><br><b><font color='#ff0000'>5</font></b>秒钟后系统自动返回到预订首页")
response.Write ("<br><br><a href='admin_master.asp'>按这里返回管理首页</a><br>")
response.Write ("<br><a href='index.asp'>按这里返回首页</a>")
%></td>
</tr>
</table>
</td>
</tr>
</table>
<script language =vbscript >
sub go
window.location ="index.asp"
end sub
ss=settimeout("go",15000)
</script>
<p> </p><!--#include file="includefile/weibu.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?