📄 reg.jsp
字号:
size="40" onfocus="cle();"/>
<input type="submit" value="搜索整个互联网" />
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="900" height="79" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="images/hx.jpg" width="900" height="20" />
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td width="9%" align="center" class="STYLE10">
注册步骤:
</td>
<td width="12%" align="center" class="STYLE10">
1.填写基本信息
</td>
<td width="3%" valign="top">
<img src="images/jt.jpg" width="23" height="35" />
</td>
<td width="12%" align="center" class="STYLE10">
2.激活您的平台
</td>
<td width="3%" valign="top">
<img src="images/jt.jpg" width="23" height="35" />
</td>
<td width="12%" align="center" class="STYLE10">
3.注册成功
</td>
<td width="49%"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" class="STYLE10">
基本信息(* 为必填项目)
</td>
</tr>
</table>
<form action="landing.do" method="post" name="creator"
enctype="multipart/form-data"
onSubmit="JavaScript:return checkForm();">
<table width="900" border="0" align="center" cellpadding="0"
cellspacing="1" bgcolor="#999999">
<tr bgcolor="#FFFFFF">
<td height="230" bgcolor="#FFFFFF" class="STYLE2">
<p>
<span class="STYLE8"> *</span> 电子邮箱
<input name="email" id="email" type="text" onblur="checkUser();" />
<h:errors property="usererror" />
<label id="checkResult"></label>
</p>
<p>
<span class="STYLE8"> *</span> 用户密码
<input name="password" type="password" id="text1"
onfocus="tell();" />
<h:errors property="nopass" />
<label id="tell"></label>
<br />
<br />
<span class="STYLE8"> *</span> 确认密码
<input name="pass" type="password" id="text1"
onblur="checkPassword();" />
<label id="check"></label>
<br />
<br />
<span class="STYLE8"></span> 真实姓名
<input name="truename" type="text" id="truename" />
<br />
<br />
<span class="STYLE8"> *</span> 您的性别
<input type="radio" name="sex" value="男" checked="checked"/>
男
<input type="radio" name="sex" value="女" />
女
<br />
<br />
</p>
</td>
<td align="left" valign="top" bgcolor="#FFFFFF">
<br/>
<table width="80%" height="79" border="0" cellpadding="0"
cellspacing="0" bgcolor="#EDEDED">
<tr>
<td class="STYLE6">
5-20个字符(包括小写字母、数字、下划线、
</td>
</tr>
<tr>
<td class="STYLE6">
中文),一个汉字为两个字符,使用中文
</td>
</tr>
<tr>
<td class="STYLE6">
或英文昵称均可
</td>
</tr>
</table>
<br />
<br />
</td>
</tr>
<tr>
<td width="451" height="92" bgcolor="#FFFFFF" class="STYLE2">
<p>
<br />
<br />
电 话
<input name="telephone" type="text" id="telephone"
onblur="checkTelephone();" />
<label id="checktelephone"></label>
<br />
<br />
<span class="STYLE8"> * </span>所在地区
<select name="province" onChange="select()">
</select>
省份
<select name="city" onChange="select()">
</select>
城市
<br />
<br />
<br />
<span class="STYLE8"> *</span> 移动电话
<input name="mobile" type="text" id="mobile"
onblur="checkMobile();" />
<label id="checkmobile"></label>
<br />
<br />
<div>
<span class="STYLE8"> *</span> 出生日期
<input type="text" name="birthday" value='' style="width: 70px"
onfocus="HS_setDate(this)" />
</div>
<br />
<br />
邮 编
<input name="zip" type="text" id="zip" />
<br />
<br />
<span class="STYLE8"> *</span> 地 址
<input name="address" type="text" id="address" />
<br />
<br />
<br />
</td>
<td width="446" align="left" valign="top" bgcolor="#FFFFFF"
class="STYLE2">
<br />
<table width="78%" height="25%" border="0" align="left"
cellpadding="0" cellspacing="0" bgcolor="#ededed">
<tr>
<td class="STYLE6">
一定要填写您最有效的电子邮箱地址,真实
</td>
</tr>
<tr>
<td class="STYLE6">
的手机号码(正常话费),最终的交易价格
</td>
</tr>
<tr>
<td class="STYLE6">
很可能低于您的自报价格,我们将以电子邮
</td>
</tr>
<tr>
<td class="STYLE6">
件和手机短信的形式与您及时联系,并等待
<br/>
</td>
</tr>
<tr>
<td class="STYLE6">
您及时的有效确认
</td>
</tr>
</table>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</td>
</tr>
<tr>
<td height="199" valign="top" bgcolor="#FFFFFF">
<p>
<br />
<br />
<br />
<span class="STYLE2"> </span>
<br />
<label id="sui"></label>
<h:errors property="suijima"></h:errors>
<br />
<span class="STYLE8"> * </span><span class="STYLE2">验 证 码 </span>
<input name="suiji" id="suiji" type="text" />
<span class="STYLE6"><img id="ax" src="/webpk/suijima"/>
<input type="button" value="看不清,换一个" onclick="a()"/>
</span>
<br />
<br />
</p>
</td>
<td height="199" valign="top" bgcolor="#FFFFFF">
<br />
<br />
<br />
</td>
</tr>
</table>
<script language="javascript">
function a(){
var s = document.getElementById("ax");
s.src = "/webpk/suijima";
}
</script>
<p>
</p>
<br />
<input type="submit" value="同意以下服务条款,提交注册信息" />
<p>
<br />
<br />
<span class="STYLE11"> 阅读服务协议</span>
</p>
<table width="800" height="129" border="0" align="center"
cellpadding="0" cellspacing="1" bgcolor="#B6B6B6">
<tr>
<td align="left" bgcolor="#FFFFFF"><textarea rows="15" cols="110" readonly="true">
一、本服务协议双方为蜘蛛工作室网络有限公司(下称“蜘蛛工作室”)与蜘蛛工作室网用户,本服务协议具有合同效力。
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -