📄 error.asp
字号:
<%@language=vbscript codepage=936 %>
<!--#INCLUDE FILE="config.asp"-->
<!--#INCLUDE FILE="background.asp"-->
<%
info=request("info")
%>
<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 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><br><br><=<%=info%>=> </p>
<form name="form">
<input name="button" type="button" class="input2" onClick=window.history.back(); value="返回前页" >
</form>
<p align="center"><a href="home.asp">回留言板首页面</a>
</div></td>
</tr>
</table>
<table border=0 width=100% align=center>
<tr>
<td width="100%">
<%
set guest=nothing
set rs = nothing%> </td>
</tr>
<tr>
<td height=12><HR SIZE=1 WIDTH=100% NOSHADE COLOR=#C0C0C0></td>
</tr>
<tr>
<td align=center>
<!--#INCLUDE FILE="bottom.asp"-->
</tr>
</table>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -