error.asp
来自「系统功能说明: 1 本书库系统专为以文字为主的站点设计」· ASP 代码 · 共 34 行
ASP
34 行
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>寻梦书库-发生错误!-<%=request("word")%></title>
<style type="text/css">
<!--a{color:#009966; text-decoration: none}
a:hover{color:#FF00CC; text-decoration: none}-->
<!--
body,td,th {
font-size: 14px;
color: #009966;
}
body {
background-color: #FFFFFF;
background-image: url(image/bg.gif);
}
-->
</style>
</head>
<!--#include file="middle.asp"-->
<br><br><br>
<table width=720px height=150 cellspacing=1 cellpadding=0 align=center border="0">
<tr>
<td align=center height=20><b><font size=6 ; color=red>发生错误!</font></b>
</td>
<tr>
<td align=center><br><b><%=request("word")%></b><p><br>
<a href="javascript:history.back(1)">点这里返回</a>
</table><br><br><br>
<!--#include file="foot.asp"-->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?