📄 user_reg.asp
字号:
</select> 日 <font color="#666666">可不填,如果填写将可能中奖</font></td>
</tr>
<tr>
<td nowrap height="25" style="font-size: 12px"><p align="center">身份证号:</td>
<td height="25" style="font-size: 12px"><font size="2">
<input type="text" name="idcard" onkeypress="isnum()" maxlength="18" size="30" style="border-style: solid; border-width: 1;BACKGROUND-COLOR: #f6f6f6"></font>
<font color="#666666">可不填,领取奖品的依据</font></td>
<td valign="top" height="20" style="font-size: 12px">
</td>
</tr>
<tr>
<td nowrap height="25" style="font-size: 12px"><p align="center">QQ
号码:</td>
<td height="25" style="font-size: 12px"><font size="2">
<input type="text" name="qq" onkeypress="isnum()" maxlength="11" size="19" style="border-style: solid; border-width: 1;BACKGROUND-COLOR: #f6f6f6"></font>
<font color="#666666">可不填</font></td>
<td valign="top" height="20" style="font-size: 12px">
</td>
</tr>
<tr>
<td nowrap height="25" style="font-size: 12px"><p align="center">推 荐 人:</td>
<td height="25" style="font-size: 12px"><%if request.cookies("askmejoin")<>"" then%><%=request.cookies("askmejoin")%><%else%>无推荐人<%end if%> </td>
<td valign="top" height="20" style="font-size: 12px">
</td>
</tr>
<tr>
<td nowrap height="25" style="font-size: 12px">
</td>
<td height="25" style="font-size: 12px"><font size="2">
<input type="submit" value="同意会员协议并确认注册" name="B1"></font> <font size="2">
<input type="reset" value="重 填" name="B2"></font></td>
<td valign="top" height="20" style="font-size: 12px">
</td>
</tr></form>
<tr>
<td nowrap valign="middle" height="20" style="font-size: 12px">
</td>
<td valign="middle" height="20" style="font-size: 12px"> </td>
<td valign="top" height="20" style="font-size: 12px">
</td>
</tr>
</table>
</center>
</div>
</TD></TR>
<TR>
<TD width="100%" height=1>
<IMG height=5
src="../images/b02.gif" width=538
border=0></TD></TR></TBODY></TABLE></TD></TR>
</TBODY></TABLE></TD>
<TD width=15 height=151> </TD></TR></TBODY></TABLE></TD></TR>
</TBODY></TABLE>
<script>
function selectprovince(thetype)
{
if (thetype=="province")
{
document.regist.thecounty.length=0;
document.regist.thearea.length=0;
prod=document.regist.province.selectedIndex;
prodval=document.regist.province.options[prod].text;
if ( document.regist.province.length>1 && prod==0)
{
window.alert("请选择省份!");
}
else
{
if (prod<=31)
document.regist.provincetwo.value='中国'+prodval.substr(0,4);
else if (prod==32|| prod==33 || prod==34)
document.regist.provincetwo.value='中国'+prodval.substr(0,6);
else
document.regist.provincetwo.value='其它国家' ;
t=1;
document.regist.thearea.length++;
document.regist.thearea.options[0].text="";
for(i=0;i<coarea.length ;i++)
{
if (coarea[i].indexOf(prodval)!=-1)
{ document.regist.thearea.length++;
document.regist.thearea.options[t].text=area[i];
document.regist.thearea.options[t].value=area[i];
t++
}
}
if (document.regist.thearea.length>1)
document.regist.thearea.options[0].text="==请选择==";
else
document.regist.thearea.length=0;
}
}
if (thetype=="area")
{
document.regist.thecounty.length=0;
prod=document.regist.thearea.selectedIndex;
prodval=document.regist.thearea.options[prod].text;
if (document.regist.thearea.length>1 & prod==0)
{
window.alert("请选择地区!");
}
else
{
t=1;
document.regist.thecounty.length++;
document.regist.thecounty.options[0].text="";
for(i=0;i<cocounty.length;i++)
{
if (cocounty[i].indexOf(prodval)!=-1)
{ document.regist.thecounty.length++;
document.regist.thecounty.options[t].text=county[i];
document.regist.thecounty.options[t].value=county[i];
t++
}
}
if ( document.regist.thecounty.length>1)
{ document.regist.thecounty.options[0].text="";
document.regist.thecounty.options[0].value="";
}
else
document.regist.thecounty.length=0;
}
}
}
</script>
</table>
<!--#include file="../bottom.asp"-->
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -