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

📄 reg1.asp

📁 信息类网站的不错选择
💻 ASP
字号:
<!--#include file="config.asp"-->
<html>
<head>
<title><%=title%>--用户注册第二步</title>
<link href="inc_style.css" rel="stylesheet" type="text/css">
</head>

<SCRIPT language=javascript>
<!--
function CheckForm()
{
if(document.thisForm.username.value.length<1)
	{
	    alert("登陆帐号没有填写!");
	    return false;
	}
if(document.thisForm.password.value.length<1)
	{
	    alert("密码没有填写正确!");
	    return false;
	}
if(document.thisForm.name.value.length<1)
	{
	    alert("真实姓名没有填写!");
	    return false;
	}

if(document.thisForm.idcard.value.length<1)
	{
	    alert("身份证号码没有填写!");
	    return false;
	}


if(document.thisForm.dianhua.value.length<1)
	{
	    alert("联系电话没有填写!");
	    return false;
	}
if(document.thisForm.email.value.length<1)
	{
	    alert("电子邮箱没有填写!");
	    return false;
	}
if(document.thisForm.dizhi.value.length<1)
	{
	    alert("通信地址没有填写!");
	    return false;
	}
}

//-->
</SCRIPT>


<body style="background-image: url('')">
<!--#include file=top.asp-->
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="760" height="227" align="center">
<tr>
<td width="760" height="1">
<p align="center"></td>
</tr>
<tr>
<td width="760" height="227">
<div align="center">
<form method="POST" name="thisForm" action="regchk_2.asp">
<table width="500" border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" id="table1">
<tr> 
<td width="100%">
<table width="100%" border="1" cellspacing="0" cellpadding="0" height="319" id="table2"  style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td height="35" bgcolor="#CBDCB6" colspan="2" width="100%">
<p align="center">注册第二步                                            </td>
</tr>
<tr>
<td height="30" bgcolor="#CBDCB6" align="right">
登陆帐号:</td>
<td height="30" bgcolor="#F1FAE6">&nbsp;<input type="text" maxlength="12" name="username" size="24" value="<%=username%>">
</td>
</tr>
<tr>
<td height="30" bgcolor="#CBDCB6" align="right">密码:</td>
<td height="30" bgcolor="#F1FAE6">&nbsp;<input type="password" maxlength="40" name="password" size="24" value="<%=password%>"></td>
</tr>
<tr> 
<td height="30" bgcolor="#CBDCB6">
<p align="right">真实姓名:</td>
<td height="30" bgcolor="#F1FAE6">
&nbsp;<input type="text" maxlength="12" name="name" size="24">
<font color="#FF0000">*</font></td>
</tr>
<tr> 
<td height="30" bgcolor="#CBDCB6">
<p align="right">身份证:</td>
<td height="30" bgcolor="#F1FAE6">
&nbsp;<input type="text" maxlength="20" name="idcard" size="24" >
<font color="#FF0000">*站方保密保留</font></td>
</tr>
<tr> 
<td height="30" bgcolor="#CBDCB6">
<p align="right">性别:</td>
<td height="30" bgcolor="#F1FAE6">
&nbsp;<select id="ctlSex" name="Sex">
<option value="1" selected>男</option>
<option value="0">女</option>
</select></td>
</tr>
<tr> 
<td height="30" bgcolor="#CBDCB6" align="right">
联系电话:</td>
<td height="30" bgcolor="#F1FAE6">
&nbsp;<input type="text" maxlength="30" name="dianhua" size="24" >
<font color="#FF0000">*</font></td>
</tr>
<tr> 
<td height="30" bgcolor="#CBDCB6" align="right">
QQ或MSN:</td>
<td height="30" bgcolor="#F1FAE6">
&nbsp;<input type="text" maxlength="50" name="qq" size="24" >                      
</td>
</tr> <tr> 
<td height="30" bgcolor="#CBDCB6" align="right">
Email:</td>
<td height="30" bgcolor="#F1FAE6">
&nbsp;<input type="text" maxlength="255" name="email" size="24" >
<font color="#FF0000">*请务必正确填写,发用户信息邮件用</font></td>
</tr>
					
<tr> 
<td height="30" bgcolor="#CBDCB6" align="right">
通信地址:</td>
<td height="30" bgcolor="#F1FAE6">
&nbsp;<input type="text" maxlength="50" name="dizhi" size="37" >
<font color="#FF0000">*</font></td>
</tr>
<tr> 
<td height="25" bgcolor="#CBDCB6" colspan="2">
<p align="center">
<input border="0" onclick="javascript:return CheckForm();" src="images/Login_but.gif" name="I4" type="image"></td>
</tr>
<tr> 
<td height="40" bgcolor="#F1FAE6" colspan="2">
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0">说明:1)请填写正确的资料建立档案,注册姓名时可以用中文!<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2)注册完后直接登录,享受会员服务!<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3)<font color="#FF0000">*为必添内容</font></td>
</tr>
                                        
</table>
</td>
</tr>
</table>
</form>
</div>
 </td>
</tr>
<tr>
<td width="760" height="1">
<p align="center"><!--#include file=end.htm--></td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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