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

📄 reg.asp

📁 一套现成的分类信息网站发布系统
💻 ASP
字号:
<!--#include file="conn1.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.password1.value.length<1)
	{
	    alert("重复密码不能为空!");
	    return false;
	}
}
//-->
</SCRIPT>
<body>
<!--#include file=top.asp-->
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="768" height="156" bgcolor="#FFFFFF">
<tr>
<td width="768" colspan="3" height="1">
<p align="center"></td>
</tr>
<tr>
<td width="133" rowspan="4" height="156"> </td>
<td width="522" height="25">
<p> </p></td>
<td width="113" rowspan="4" height="156"> </td>
</tr>
<tr>
<td width="522" height="170">
<div align="center">
<center>
<table width="489" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr> 
<td width="16">
<img src="images/obj_waku3_01.gif"></td>
<td width="456">
<img src="images/ba_home.gif"></td>
<td width="17">
<img src="images/obj_waku3_02.gif"></td>
</tr>
<tr> 
<td width="16" background="images/obj_waku3_03.gif">
 </td>
<td width="456" bgcolor="#EEEEEE">
<table width="454" border="0" cellspacing="0" cellpadding="0" height="126">
<form method="POST" name="thisForm" action="regchk.asp">
<tr> 
<td height="21" bgcolor="#EEEEEE" width="454">
<p align="center">注册第一步</td>
</tr>
<tr> 
<td height="25" bgcolor="#EEEEEE" width="454">
<p align="center">登陆帐号:<input type="text" maxlength="12" name="username" size="20">
<font color="#FF0000">*</font></td>
</tr>
<tr> 
<td height="25" bgcolor="#EEEEEE" width="454">
<p align="center">帐号密码:<input type="password" maxlength="40" name="password" size="20" >
<font color="#FF0000">*</font></td>
</tr>
<tr> 
<td height="25" bgcolor="#EEEEEE" width="454">
<p align="center">重复密码:<input type="password" maxlength="40" name="password1" size="20" ><font color="#FF0000"> *</font></td>
</tr>
<tr> 
<td height="25" bgcolor="#EEEEEE" width="454">
<p align="center">
<input border="0" onclick="javascript:return CheckForm();" src="images/Login_but.gif" name="I2" type="image"></td>
</tr>
<tr> 
<td height="40" bgcolor="#EEEEEE" width="454">
<p style="line-height: 150%; margin-top: 0; margin-bottom: 0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 说明:1)帐号不能包含下面的字符:&quot;'%#&amp;&lt;&gt;、中文以及空格等!<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
2)请填写正确的资料,以便建立档案,注册姓名时可以用中文!<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3)<font color="#FF0000">*</font>必添内容</td>
</tr>
</form>
</table>
</td>
<td width="17" background="images/obj_waku3_04.gif">
 </td>
</tr>
<tr> 
<td width="16">
<img src="images/obj_waku3_05.gif"></td>
<td width="456">
<img src="images/obj_waku3_06.gif"></td>
<td width="17">
<img src="images/obj_waku3_07.gif"></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
<tr>
<td width="522" height="16"></td>
</tr>
<tr>
<td width="522" height="1">
<p></p>
</td>
</tr>
<tr>
<td width="768" colspan="3" height="1">
<p align="center"><!--#include file=end.htm--></td>
</tr>
</table>
</center>
</div>
</body>
</html>

⌨️ 快捷键说明

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