enerror.asp
来自「破解版的企业网站源码!! 绝对好用 适合各种企业应用 其中包包含产品展示 」· ASP 代码 · 共 42 行
ASP
42 行
<!--#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 + =
减小字号Ctrl + -
显示快捷键?