?? bs_error.asp
字號:
<!--#include file="conn.asp" -->
<%error=request("error")%>
<html>
<head><title>提示</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="description" content="<%=sitedescription%>">
<meta name="keywords" content="<%=sitekeywords%>">
<link rel="stylesheet" href="css.css" type="text/css">
</head>
<body leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr><td align="center" valign="middle">
<table width="560" height="290" background="img/error.gif" cellspacing="0" cellpadding="0" align="center">
<tr><td align="center" valign="middle">
<%
if error="001" then response.write "提示:您不是從本服務器上提交的表單信息! <br><a href=main.asp><b>返回首頁</b></a>"
if error="002" then response.write "提示:您所選擇的用戶名已經被其他人注冊了<br><br>請檢查后重新 <a href=reg.asp><b>注冊</b></a> 新的帳號"
if error="003" then response.write "提示:沒有您所填寫的用戶名,請檢查后重新 <a href=main.asp><b>登陸</b></a> 或者 <a href=reg.asp><b>注冊</b></a> 新的帳號"
if error="0031" then response.write "提示:對不起,您輸入的會員號已被鎖定或未通過審核。<br>請檢查后重新 <a href=main.asp><b>登陸</b></a> 或者 <a href=reg.asp><b>注冊</b></a> 新的帳號"
if error="004" then response.write "提示:您輸入的密碼不正確,請檢查后重新 <a href=main.asp><b>登陸</b></a> 或者 <a href=reg.asp><b>注冊</b></a> 新的帳號"
if error="005" then response.write "提示:您的帳號已經登陸,請不要重復登陸,請<a href=main.asp><b>返回首頁</b></a>"
if error="006" then response.write "提示:訂單號為空,無法添加!<br>請您 <A href='javascript:window.close()'><b>返回首頁</b></a> !"
if error="007" then response.write "提示:訂單中沒有任何產品內容<br><br>請您 <A href='javascript:window.close()'><b>返回訂單頁面</b></a> 后重新添加!"
if error="008" then response.write "提示:沒有此用戶名,或者該用戶名已被管理員鎖定<br><br>請檢查后重新 <a href=main.asp><b>登陸</b></a> 或者 <a href=reg.asp><b>注冊</b></a> 新的帳號"
if error="009" then response.write "提示:訂單中已經存在該品種。<br><br>請您 <A href=bs_check.asp><b>返回訂單</b></a> 檢查"
if error="010" then response.write "提示:您的收藏箱中沒有存放任何寶貝。<br><br>您可 <A href='javascript:window.close()'><b>到首頁</b></a> 去逛逛,或者去 <A href='order/shop.asp'><b>購物車</b></a> 去看看"
if error="011" then response.write "提示:無法打開您收藏的商品,可能是該商品已經下架。<br><br>請您 <A href='javascript:window.close()'><b>返回首頁</b></a> 去逛逛吧"
if error="012" then response.write "提示:對不起,您的收藏箱已經裝滿,請您清理之后再放入新的商品。<br><br> <A href='order/fav.asp'><b>現在就去整理收藏箱</b></a>"
if error="99" then response.write "提示:您的IP地址<font color=red> "&Request.serverVariables("REMOTE_ADDR")&" </font>被本站限制訪問,請與管理員聯系。<br><br><img src=images/small/e-mail.gif border=0 align=center> <a href='mailto:"&sitename &"<"& adm_mail &">"&"?subject=IP被鎖定'>"&adm_mail&"</a>"
%>
</td></tr>
</table>
</td></tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -