📄 error.asp
字号:
<object runat=server id=conn1 progid="adodb.connection"></object>
<%application.Lock
conn1.Open Application("p_jyzx")
Application.UnLock
%>
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</head>
<body>
<!--#include file="header.htm" -->
<table width="100%" border="0">
<tr>
<td height="30" align="center"><br><font color="red" size="5"><b>出错了</b></font></td>
</tr>
<tr><td align="left"><br>
<%
if Request.QueryString("cause")="0" then%>
<b><font color="#003399" size="2"><br> 对不起,没有这个用户名
</td>
<td>
<a href="javascript:history.go(-1)"><big><big><big>返回</big></big></big></a></td>
</tr>
<% end if
if Request.QueryString("cause")="1" then %>
<b><font color="#003399" size="2"><br> 对不起,密码错了
</td>
<td>
<a href="javascript:history.go(-1)"><big><big><big>返回</big></big></big></a></td>
</tr>
<% end if
if Request.QueryString("cause")="2" then %>
<b><font color="#003399" size="2"><br> 对不起,回答错了
</td>
<td>
<a href="javascript:history.go(-1)"><big><big><big>返回</big></big></big></a></td>
</tr>
<% end if
if Request.QueryString("cause")="3" then %>
<b><font color="#003399" size="2"><br> 对不起,这个名字已有人使用
</td>
<td>
<a href="javascript:history.go(-1)"><big><big><big>返回</big></big></big></a></td>
</tr>
<% end if
if Request.QueryString("cause")="4" then %>
<b><font color="#003399" size="2"><br> 对不起,本项服务须登陆用户才能完成
</td>
<td>
<a href="../login.asp"><big><big><big>返回</big></big></big></a></td>
</tr>
<% end if
if Request.QueryString("cause")="5" then %>
<b><font color="#003399" size="2"><br> 对不起,本项服务只对VIP会员执行
</td>
<td>
<a href="javascript:history.go(-1)"><big><big><big>返回</big></big></big></a></td>
</tr>
<% end if
%>
</table>
</p>
<!--#include file="tailer.htm" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -