📄 reg.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<!--#Include File="WrSky_Sql.Asp"-->
<%dim action
action=request.QueryString("action")%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=webname%>-新用户注册</title>
<link href="css/reg.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript">
function IsDigit()
{
return ((event.keyCode >= 48) && (event.keyCode <= 57));
}
</script>
<script language="javascript" type="text/javascript">
<!--
function checkuserinfo()
{
if(checkspace(document.userinfo.username.value)) {
document.userinfo.username.focus();
alert("对不起,请填写用户名!");
return false;
}
if(checkspace(document.userinfo.userpassword.value) || document.userinfo.userpassword.value.length < 6 || document.userinfo.userpassword.value.length >20) {
document.userinfo.userpassword.focus();
alert("密码长度不能不能这空,在6位到20位之间,请重新输入!");
return false;
}
if(document.userinfo.userpassword.value != document.userinfo.userpassword1.value) {
document.userinfo.userpassword.focus();
document.userinfo.userpassword.value = '';
document.userinfo.userpassword1.value = '';
alert("两次输入的密码不同,请重新输入!");
return false;
}
if(document.userinfo.useremail.value.length!=0)
{
if (document.userinfo.useremail.value.charAt(0)=="." ||
document.userinfo.useremail.value.charAt(0)=="@"||
document.userinfo.useremail.value.indexOf('@', 0) == -1 ||
document.userinfo.useremail.value.indexOf('.', 0) == -1 ||
document.userinfo.useremail.value.lastIndexOf("@")==document.userinfo.useremail.value.length-1 ||
document.userinfo.useremail.value.lastIndexOf(".")==document.userinfo.useremail.value.length-1)
{
alert("Email地址格式不正确!");
document.userinfo.useremail.focus();
return false;
}
}
else
{
alert("Email不能为空!");
document.userinfo.useremail.focus();
return false;
}
if(checkspace(document.userinfo.quesion.value)) {
document.userinfo.quesion.focus();
alert("对不起,请填写密码提问!");
return false;
}
if(checkspace(document.userinfo.answer.value)) {
document.userinfo.answer.focus();
alert("对不起,请填写密码提问的答案!");
return false;
}
if(checkspace(document.userinfo.userzhenshiname.value)) {
document.userinfo.userzhenshiname.focus();
alert("对不起,请填写真实姓名!");
return false;
}
if(checkspace(document.userinfo.shouhuodizhi.value)) {
document.userinfo.shouhuodizhi.focus();
alert("对不起,请填写收货人详细收货地址!");
return false;
}
if(checkspace(document.userinfo.youbian.value)) {
document.userinfo.youbian.focus();
alert("对不起,请填写邮编!");
return false;
}
if(document.userinfo.youbian.value.length!=6) {
document.userinfo.youbian.focus();
alert("对不起,请正确填写邮编!");
return false;
}
if(checkspace(document.userinfo.usertel.value)) {
document.userinfo.usertel.focus();
alert("对不起,请留下您的联系电话!");
return false;
}
if(checkspace(document.userinfo.songhuofangshi.value)) {
document.userinfo.songhuofangshi.focus();
alert("对不起,您还没有选择送货方式!");
return false;
}
if(checkspace(document.userinfo.zhifufangshi.value)) {
document.userinfo.zhifufangshi.focus();
alert("对不起,您还没有选择支付方式!");
return false;
}
}
function checkshouhuoxx()
{
if(checkspace(document.shouhuoxx.userzhenshiname.value)) {
document.shouhuoxx.userzhenshiname.focus();
alert("对不起,请填写真实姓名!");
return false;
}
if(checkspace(document.shouhuoxx.shouhuodizhi.value)) {
document.shouhuoxx.shouhuodizhi.focus();
alert("对不起,请填写收货人详细收货地址!");
return false;
}
if(checkspace(document.shouhuoxx.youbian.value)) {
document.shouhuoxx.youbian.focus();
alert("对不起,请填写邮编!");
return false;
}
if(document.shouhuoxx.youbian.value.length!=6) {
document.shouhuoxx.youbian.focus();
alert("对不起,请正确填写邮编!");
return false;
}
if(checkspace(document.shouhuoxx.usertel.value)) {
document.shouhuoxx.usertel.focus();
alert("对不起,请留下您的联系电话!");
return false;
}
if(checkspace(document.shouhuoxx.songhuofangshi.value)) {
document.shouhuoxx.songhuofangshi.focus();
alert("对不起,您还没有选择送货方式!");
return false;
}
if(checkspace(document.shouhuoxx.zhifufangshi.value)) {
document.shouhuoxx.zhifufangshi.focus();
alert("对不起,您还没有选择支付方式!");
return false;
}
}
function checkspace(checkstr) {
var str = '';
for(i = 0; i < checkstr.length; i++) {
str = str + ' ';
}
return (str == checkstr);
}
//-->
</script>
</head>
<body>
<!-- 导航菜单 -->
<!--#include file="top.asp" -->
<div id="content">
<!-- 快捷导航 -->
<div id="content_m"><a href="index.asp">首页</a> > <span class="new">新用户注册</span></div>
<!-- 主内容左侧 -->
<div id="content_l">
<%select case action
case ""%>
<h1>请用户仔细阅读<%=webname%>注册条约</h1>
<div id="tiaoyue">
<%call tiaoyue()%>
<form name="register" method="post" action="reg.asp?action=yes">
<input type="hidden" name="action" value="agree">
<input type="submit" value=" 同意注册 " name=Submit>
</form>
<form action="index.asp" method="post">
<input class="right" type="submit" value=" 我不同意 ">
</form>
</div>
<script language="javascript" type="text/javascript">
secs = 60; // Number of secs to delay -CHINA-studio
wait = secs * 100;
document.forms.register.Submit.disabled =true;
for(i=1;i<=(wait/100);i++) {
window.setTimeout("doUpdate(" + i + ")", i * 100);
}
window.setTimeout("Timer()", wait);
function doUpdate(num) {
if(num == (wait/100)) {
document.forms.register.Submit.value = " 同意注册 ";
} else {
wut = (wait/100)-num;
document.forms.register.Submit.value = " 同意前请先阅读 (" + wut + ")";
}
}
function Timer() {
document.forms.register.Submit.disabled =false;
}
</script>
<%case "yes"%>
<h1>请您务必详细填写您的信息,并核对无误,国内用户请留下您的真实中文姓名</h1>
<h1>未经您的允许,您的个人信息对外保密。(带 ** 号为必填项)</h1>
<form name="userinfo" method="post" action="reg.asp?action=save">
<table width="570" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" class="tit"> > 用户名和密码</td>
</tr>
<tr>
<td class="left">用 户 名:</td>
<td class="right"><input name="username" type="text" id="username" />
<span class="red">**</span> 支持中文,不支持特殊符号如:*%#!-&%$</td>
</tr>
<tr>
<td class="left">密 码:</td>
<td class="right"><input name="userpassword" type="password" id="userpassword" />
<span class="red">**</span> 不支持特殊符号如:*%#!-&%$</td>
</tr>
<tr>
<td class="left">确认密码:</td>
<td class="right"><input name="userpassword1" type="password" id="userpassword1" />
<span class="red">**</span></td>
</tr>
<tr>
<td class="left">电子邮箱:</td>
<td class="right"><input name="useremail" type="text" id="useremail" />
<span class="red">**</span></td>
</tr>
<tr>
<td class="left">提示问题:</td>
<td class="right"><input name="quesion" type="text" id="quesion" />
用于遗忘密码时,找回密码</td>
</tr>
<tr>
<td class="left">答 案:</td>
<td class="right"><input name="answer" type="text" id="answer" />
</td>
</tr>
<tr>
<td colspan="2" class="tit tit2"> > 用户详细资料</td>
</tr>
<tr>
<td class="left">您的真实姓名:</td>
<td class="right"><input name="userzhenshiname" type="text" id="userzhenshiname" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -