⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 err.asp

📁 admin/admin.asp是WAP的后台管理登陆页面
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!-- #include file="conn.asp" -->
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
<wml>
<head>
<meta http-equiv="Cache-Control" content="no-Cache"/>
</head>
<card title="错误">
<p>
<%
if request("id")=1 then response.write "填写不完整<br/>"
if request("id")=2 then response.write "你没有权限<br/>"
if request("id")=3 then response.write "输入了不文明的文字<br/>"
if request("id")=4 then response.write "你注册的手机已经注册<br/>"
if request("id")=5 then response.write "手机号应为数字<br/>"
if request("id")=6 then response.write "手机号应为11位数字<br/>"
if request("id")=7 then response.write "手机应该是130到139的号段<br/>"
if request("id")=8 then response.write "手机号没填<br/>"
if request("id")=9 then response.write "用户不存在<br/>"
if request("id")=10 then response.write "没有此id用户<br/>"
if request("id")=11 then response.write "手机号错误<br/>"
if request("id")=12 then response.write "用户名错误<br/>"
if request("id")=13 then response.write "密码错误<br/>"
if request("id")=14 then response.write "你已经发表过这编文章,请发表点别的吧<br/>"
%>-------------<br/>
<anchor><prev/>[=后退=]</anchor><br/></p>
</card>
</wml>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -