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

📄 zchy-bak.asp

📁 wap系统程序源码 用户名密码:admin
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%response.buffer=true%>
<%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"/>
<meta http-equiv="Cache-Control" content="max-age=0"/>
<meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
</head>
<card id="main" title="注册会员">
<p>
<%if cw="1" then%>
手机号/登陆密码/论坛昵称/密码问题/密码答案等不能为空
<%elseif cw="2" then%>
为了您更好交流,请输入正确的手机号!
<%elseif cw="3" then%>
您输入的两次密码不一样!
<%elseif cw="4" then%>
该手机号已经被注册!
<%elseif cw="5" then%>
该昵称已经被使用!
<%end if%>
<%if cw<>"" then%>
<br/>-----------<br/>
<%end if%>
为了您的账号安全,请填写正确手机号!<br/>
手机号码<input name="sjhm" title="手机号:" type="text" format="*M" emptyok="true" maxlength="11" value=""/><br/>
登陆密码<input name="dlmm" title="登陆密码" type="text" format="*M" emptyok="true" maxlength="500" value=""/><br/>
密码确认<input name="qrmm" title="密码确认" type="text" format="*M" emptyok="true" maxlength="500" value=""/><br/>
论坛昵称<input name="ltnc" title="论坛昵称" type="text" format="*M" emptyok="true" maxlength="500" value=""/><br/>
个人介绍<input name="grjs" title="个人介绍" type="text" format="*M" emptyok="true" maxlength="500" value=""/><br/>
您的性别<select name='xb' value='0'>
<option value="0">男性</option>
<option value="1">女性</option>
<option value="2">保密</option>
</select><br/>
-找回密码-<br/>
密码问题<input name="mmwt" title="密码问题" type="text" format="*M" emptyok="true" maxlength="500" value=""/><br/>
密码答案<input name="wtda" title="密码答案" type="text" format="*M" emptyok="true" maxlength="500" value=""/><br/>
<anchor>确定提交
    <go href="zchycl.asp" method="post" accept-charset="utf-8">
        <postfield name="sjhm" value="$(sjhm)"/>
        <postfield name="dlmm" value="$(dlmm)"/>
        <postfield name="qrmm" value="$(qrmm)"/>
        <postfield name="ltnc" value="$(ltnc)"/>
        <postfield name="grjs" value="$(grjs)"/>
        <postfield name="xb" value="$(xb)"/>
        <postfield name="mmwt" value="$(mmwt)"/>
        <postfield name="wtda" value="$(wtda)"/>
    </go>
</anchor><br/>
----------<br/>
<a href="66hc_grdl.asp">返回登陆</a>
<br/><a href="/">返回首页</a>
</p></card></wml>

⌨️ 快捷键说明

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