📄 error.asp
字号:
<%
If Request.QueryString("id") = 1 Then
msg = "您的空间已满!请您删除一部分没用文件之后再上传!<br><a href='javascript:history.go(-1)'>返回<a>"
ElseIf Request.QueryString("id") = 2 Then
msg = "此用户名不存在,请<a href='javascript:history.go(-1)'> 返回 <a>重填"
ElseIf Request.QueryString("id") = 3 Then
msg = "密码错误,请<a href='javascript:history.go(-1)'> 返回 <a>重填"
ElseIf Request.QueryString("id") = 4 Then
msg = "你已经登录了或是你非法退出了,请 <a href='javascript:history.go(-1)'> 返回 <a> 稍后再尝试!"
ElseIf Request.QueryString("id") = 5 Then
msg = "此用户名已存在,请 <a href='javascript:history.go(-1)'>返回<a> 更换其它名!"
ElseIf Request.QueryString("id") = 6 Then
msg = "您的用户名被封或是发生内部错误,请 <a href='javascript:history.go(-1)'>返回<a> 稍后再尝试!"
ElseIf Request.QueryString("id") = 7 Then
msg = "请正确填写文件夹名称!请 <a href='javascript:history.go(-1)'>返回<a> "
ElseIf Request.QueryString("id") = 8 Then
msg = "哦!你已经没有这么多钱了!请 <a href='javascript:history.go(-1)'>返回<a> 稍后再尝试!"
ElseIf Request.QueryString("id") = 9 Then
msg = "哦!您还没有登录或者超时断开了连接,请您登录后再发!请 <a href='../default.asp'>返回<a> 登录页!"
ElseIf Request.QueryString("id") = 10 Then
msg = "哦!你的标题或者正文没有填写完全!请 <a href='javascript:history.go(-1)'>返回<a> 重填!"
ElseIf Request.QueryString("id") = 88 Then
msg = "哦!你的注册号不正确(注意最多允许错五次)!请 <a href='javascript:history.go(-1)'>返回<a> 重填!"
Else
msg = "哦!发生未知错误!请 <a href='exit.asp'>返回<a> 重新登录!"
End If
'写一个对用户的回答
With Response
.Write "<html>"
.Write "<title>出错提示</title>"
.Write "<body>"
.Write "<br><br><br><br><br><br><br><br><br>"
.Write "<div align='center'>"
.Write "<table width='40%' border='0' cellspacing='0' cellpadding='0'>"
.Write "<tr> "
.Write "<td><font face='Wingdings' color='#0099FF' style='font-size:32pt'>L</font></td>"
.Write "<td width='269'>"
.Write "<p><font color='#FF33CC'>" & msg & yht & "</font></p></td>"
.Write "</tr>"
.Write "</table>"
.Write "</div>"
.Write "</body>"
.Write "</html>"
End With
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -