📄 error.asp
字号:
<!--#include file="conn.asp"-->
<%
set rs=server.CreateObject("ADODB.recordset")
rs.open "index",conn,3,3
copy=rs("copy")
rs.close
set rs=nothing
%>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>Error</title>
<style>
td,input,select{font-family:宋体,arial; font-size:12px; color:#000000}
td.setwhite{color:#ffffff;line-height:150%}
A:link { font-size:12px; text-decoration:none; color: #ffffff}
A:visited { font-size:12px; text-decoration:none; color: #ffffff}
A:hover { font-size:12px; text-decoration:underline; color: #ffffff}
</style>
</head>
<body bgcolor=#ffffff topmargin=0 marginheight=0 leftmargin=0 marginwidth=0>
<center>
<table width=410 border=0 height=100% cellpadding=0 cellspacing=0>
<tr>
<td>
<table width=410 border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=151 height=45><img src=../image/cen101.jpg width=151 height=45></td>
<td width=223><img src=../image/cen102.jpg width=223 height=45></td>
<td width=36><img src=../image/cen103.jpg width=36 height=45></td>
</tr>
<tr>
<td height=83><img src=../image/cen201.jpg width=151 height=83></td>
<td background=../image/cen202.jpg class=setwhite>
提示:对不起,由于网络延迟或其他原因,造成操作错误!<br><br>
<a href="javascript:window.close()">关 闭</a>
</td>
<td><img src=../image/cen203.jpg width=36 height=83></td>
</tr>
<tr>
<td height=35><img src=../image/cen301.jpg width=151 height=35></td>
<td><img src=../image/cen302.jpg width=223 height=35></td>
<td><img src=../image/cen303.jpg width=36 height=35></td>
</tr>
</table>
<table border=0 width=100% cellpadding=0 cellspacing=0>
<tr><td height=20><br></td></tr>
<tr><td align=center><%=copy%></td></tr>
<tr><td height=20><br></td></tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>
<%
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -