📄 enerror.asp
字号:
<!--#include file="inc/conn.asp" -->
<style type="text/css">
<!--
td {
font-size: 12px;
}
-->
</style>
<%on error resume next%>
<%error=request("error")%>
<html>
<head><title>Operate hint</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Robots" content="index,follow">
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td align="center" valign="middle">
<table width="420" border="1" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF" bordercolor="#333300">
<tr>
<td> <div align="center">
<%if error="001" then%>
<br>
Your Inquire is empty<br>
<br>
Click <a href="javascript:self.close()">Re-Inquire</a><br>
<%end if%>
</div>
<div align=center><font color="#333333">© 2002-2005 <B></B> Copyright reserved</font>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -