📄 error.asp
字号:
<%@language=vbscript codepage=936 %>
<!--#INCLUDE FILE="config.asp"-->
<!--#INCLUDE FILE="background.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>发生错误</title>
<link href="1.css" rel="stylesheet" type="text/css">
</head>
<body>
<TABLE class=page cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR>
<TD>
<div align="center">
<!--#INCLUDE FILE="top.asp"-->
</div>
<table border=0 width=100% align=center>
<tr>
<td width="100%" align=center>
<%info=request("info")%> </tr>
</table>
<table width="100%" align="center" cellpadding="5" cellspacing="1" class="tablebg<%=skin%>b">
<tr class="tablebg<%=skin%>a">
<td>
<p align="center"><strong>错误信息</strong> </td>
</tr>
<tr class="tablebg<%=skin%>d">
<td height="28" align="center"><div align="center">
<p><font color="#FF0000"><b>发生错误<br>
</b></font> <%=info%> </p>
<form name="form">
<input name="button" type="button" class="input2" onClick=window.history.back(); value="返回前页" >
</form>
<p align="center">:::
<%if session("list")=0 then%>
<a href="default.asp">回留言板首页面</a>
<%else%>
<a href="default1.asp">回留言板首页面</a>
<%end if%>
:::
</div></td>
</tr>
</table>
<%
set guest=nothing
set rs = nothing%>
<!--#INCLUDE FILE="bottom.asp"-->
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -