?? 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 + -