📄 reguser.asp
字号:
<!--#include file="articleconn.asp"-->
<!--#include file="head.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>七彩影院</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="../images/style.css" type=text/css rel=stylesheet>
<script>
function formcheck()
{
if (!fucCheckSTR(document.regstep1.userid.value))
{
alert("用户名只能使用英文字母和数字!");
return false;
}
if (document.regstep1.userid.value.length < 4)
{
alert("用户名至少4个字符!");
return false;
}
if (document.regstep1.password.value.length < 6)
{
alert("密码至少6位!");
return false;
}
if (document.regstep1.password.value != document.regstep1.password2.value)
{
alert("两次输入的密码不相同!");
return false;
}
if (document.regstep1.name.value=="")
{
alert("姓名不能为空!");
return false;
}
if (document.regstep1.homeaddress.value=="")
{
alert("家住地址不能为空!");
return false;
}
if (document.regstep1.city.value=="")
{
alert("提示问题不能为空!");
return false;
}
if (document.regstep1.adress.value=="")
{
alert("回答问题不能为空!");
return false;
}
if (document.regstep1.myemail.value=="")
{
alert("邮件地址不能为空!");
return false;
}
// if (!chkemail(document.regstep1.myemail.value))
// {
// alert("Email地址不正确!");
// return false;
// }
// if (!confirm('注意:请确保您的信箱有效,否则无法收到回复确认信。是否继续?')) return false;
return true;
}
//检查Email地址格式
function chkemail(a)
{
var i=a.length;
var temp = a.indexOf('@');
var tempd = a.indexOf('.');
if (temp > 1) {
if ((i-temp) > 3){
if (tempd!=-1){
return 1;
}
}
}
return 0;
}
//检查字符串
function fucCheckSTR(NUM)
{
var i,j,strTemp;
strTemp="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_";
if ( NUM.length== 0)
return 0
for (i=0;i<NUM.length;i++)
{
j=strTemp.indexOf(NUM.charAt(i));
if (j==-1)
{
return 0;
}
}
return 1;
}
function resetForm() {
document.regstep1.reset();
}
//检查字符串
function resetForm() {
document.regstep1.reset();
}
chatdict = new Array();
chatdict[0] = new Array("'","\"","<",">","[","]");
function check_chatdict(say_word)
{
say_word = say_word.toUpperCase();
//say_word = replace(say_word," ","");
for (i=0; i<chatdict.length; i++)
{
for (j=0; j<chatdict[i].length; j++)
{
if (say_word.indexOf(chatdict[i][j])>=0)
{
alert("输入帐号无效,请重新输入");
return false;
}
}
}
return true;
}
function check_exist()
{
if(regstep1.userid.value == "")
{
alert("请填上帐号!");
regstep1.userid.focus();
return false;
}
if(regstep1.userid.value.length>20)
{
alert("帐号不能超过20个字符!");
regstep1.userid.focus();
return false;
}
if(check_chatdict(regstep1.userid.value)==false)
{
regstep1.userid.focus();
return false;
}
if (!fucCheckSTR(regstep1.userid.value))
{
alert("帐号必须为英文字母或数字");
regstep1.userid.focus();
return false;
}
//regstep1.action="searchname.asp";
//regstep1.target="_blank";
//regstep1.submit();
window.open("../user/searchname.asp?userid="+document.regstep1.userid.value,'','top=1200,left=1200,width=50,height=50,scrollbars=no,resizable=no,status=no,toolbar=no');
return false;
}
</script>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="../images/inchelp-04.gif">
<tr>
<td width="35" background="../images/inchelp-04.gif"><img src="../images/inchelp-05.gif" width="27" height="29"></td>
<td background="../images/inchelp-04.gif">
<marquee class= behavior=scoll width=325 scrollDelay=2 scrollAmount=1 onmouseover=this.stop(); onmouseout=this.start();> <script src="../js/jstopgd.js" ></script></marquee>
</td>
<td width="17"><img src="../images/inchelp-01.gif" width="18" height="29"></td>
<td width="55" align="center" background="../images/inchelp-06.gif" ><a class="left">付费帮助</a></td>
<td width="27"><img src="../images/inchelp-02.gif" width="27" height="29"></td>
<td width="55" align="center" background="../images/inchelp-06.gif" ><a href="playhelp.asp" class="left">播放帮助</a></td>
<td width="27"><img src="../images/inchelp-02.gif" width="27" height="29"></td>
<td width="55" align="center" background="../images/inchelp-06.gif" ><a href="downhelp.asp" class="left">下载帮助</a></td>
<td width="27"><img src="../images/inchelp-02.gif" width="27" height="29"></td>
<td width="55" align="center" background="../images/inchelp-06.gif" >
<a class="left" target="_blank" href="/bbs">本站论坛</a></td>
<td width="27"><img src="../images/inchelp-02.gif" width="27" height="29"></td>
<td width="55" align="center" background="../images/inchelp-06.gif" ><a href="reguser.asp" class="left">注册会员</a></td>
<td width="14"><img src="../images/inchelp-03.gif" width="14" height="29"></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" background="../images/fufeibg.gif" >
<p> </p>
<TABLE width=550 border=0 align="center" cellPadding=0 cellSpacing=0>
<TR>
<TD width=550
height=25><img src="../images/zhuce.gif" width="562" height="51"></TD>
</TR>
<TR>
<TD height="200" align=center background="../images/fufeiconbg.gif" >
<br>
<table border="0" cellspacing="0" width="90%" style="border-collapse: collapse" height="370">
<tr>
<td width="100%" colspan="3" height="19">
<p align="center">为了保证正确注册,请认真填写注册资料,带<font size="2" color="#FF0000">*</font>为必需填写的内容。</td>
</tr>
<form method="POST" action="../user/joinserver.asp" name="regstep1" onsubmit="if (!formcheck()) return false;">
<tr>
<td width="8%" nowrap height="22" valign="middle"> <p align="center"><font size="2">用 户 名:</font> </td>
<center>
<td width="21%" height="22" valign="middle"><font size="2">
<input class=button2 name="userid" size="16" >
</font><font size="2" color="#FF0000">*</font><font size="2"><span lang="en-us"> </span></font>
<input class="button1" name="Submit16" onclick="javascript:check_exist();return false;" type="reset" value="查询"></td>
<td width="20%" rowspan="13" valign="top" height="325"> <p align="center">
<textarea rows="21" name="S1" cols="31"> 服 务 条 款
1、本网站享有所有条款内容的解释权及修改权.
2、会员须遵守《国际互联网安全信息管理条例》,对违反本规定而产生的一切后果承担相应责任。
3、所有注册用户,应妥善保管用户名称及密码。如果出现密码被盗现象请用密码保护找回,因此填写的密码保护资料一定牢记。
4、为了用户利益,本网站保证每天定时更新数部电影,并不断加强视频服务器投入,保证会员在线欣赏高清晰电影。会员有义务对我们的服务做出监督并提出合理化建议。
5、"七彩影院"网络管理中心,依法保障每一位会员的个人隐私权,对只属本网络管理中心的个人信息绝不向第三方公开。
6、"七彩影院"网在非电信线路故障前提,不提随意中止,中断用户服务;如遇因不可抗拒因素,而导致用户服务不得不中止时,将对新注册用户予以退回全部余款,但不承担其他任何责任。
7、以上条款完全忠实于国家现行法律法规,如遇抵触,皆以法律条款为准。
</textarea>
</td>
</center>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -