asp 会员注册系统程序

2014 年 3 月 31 日5050

asp 会员注册系统程序
<HTML><HEAD><TITLE>SHEN ZHEN CHEN TAI ELECTRONIC CO.,LTD</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<meta name="Author" content="chentai">
<meta name="Contact" content="chentai@163.com">
<meta name="Copyright" content="chentai">
<style type="text/css">
A:link { color: #333333;TEXT-DECORATION: none}
A:visited { color: #333333;TEXT-DECORATION: none}
A:active { color: #003300;TEXT-DECORATION: none}
A:hover { color: #003300;TEXT-DECORATION: underline overline}
.navtrail { COLOR: #eeeeee; FONT-SIZE: 12px; LINE-HEIGHT: 12px }
A.navtrail:link { COLOR: #eeeeee; CURSOR: w-resize }
A.navtrail:visited { COLOR: #eeeeee; CURSOR: w-resize }
A.navtrail:active { COLOR: #eeeeee; CURSOR: w-resize }
A.navtrail:hover { COLOR: #eeeeee; CURSOR: e-resize }
INPUT{BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 1px; PADDING-LEFT: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 9pt; BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #cccccc; PADDING-BOTTOM: 1px; BORDER-TOP-COLOR: #cccccc; PADDING-TOP: 1px; HEIGHT: 18px; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #cccccc}
<!--
td { font-family: "宋体"; font-size: 9pt; color: #333333; text-decoration: none}
-->
</style>
<BODY leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<!-- #include file="Inc/Head.asp" -->
<TABLE width="760" height="100%" border=0 align="center" cellPadding=0 cellSpacing=0 bgcolor="#FFFFFF">
<TBODY>
<TR>
<TD width=196 height="702" vAlign=top>
<table width="92%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td valign="top"><TABLE width="100%" border=0 cellPadding=0 cellSpacing=0 background="Img/index_01b.gif">
<TBODY>
<TR>
<TD height=15 bgcolor="#FFFFFF"></TD>
</TR>
<TR>
<TD height="26" background="Img/index_01.gif"><div align="center"><strong>Member Login</strong>
</div></TD>
</TR>
<TR>
<TD height="5"> </TD>
</TR>
<TR>
<TD vAlign=top><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<% call ShowUserLogin() %>
</td>
</tr>
</table></TD>
</TR>
<TR>
<TD height="5"> </TD>
</TR>
<TR>
<TD
height=1 colspan="2"
background=img/naSzarym.gif><IMG height=1 src="img/1x1_pix.gif"
width=10></TD>
</TR>
</TBODY>
</TABLE>
<TABLE width="100%" border=0 cellPadding=0 cellSpacing=0 background="Img/index_01b.gif">
<TBODY>
<TR>
<TD height=15 bgcolor="#FFFFFF"></TD>
</TR>
<TR>
<TD height="26" background="Img/index_01.gif"><div align="center"><strong>Website Vote</strong>
</div></TD>
</TR>
<TR>
<TD height="12"> </TD>
</TR>
<TR>
<TD vAlign=top><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<TD>
<% call ShowVote() %>
</TD>
</tr>
</table></TD>
</TR>
<TR>
<TD height="10"> </TD>
</TR>
<TR>
<TD
height=1 colspan="2"
background=img/naSzarym.gif><IMG height=1 src="img/1x1_pix.gif"
width=10></TD>
</TR>
</TBODY>
</TABLE>

</td>
</tr>
</table>
</TD>
<TD width=1 background=img/kropki_pion_naBialym.gif>
<IMG height=2 src="img/1x1_pix.gif" width=1></TD>
<TD vAlign=top>
<TABLE width="90%" border=0 align="right" cellPadding=0 cellSpacing=0>
<TBODY>

<TR> <br>
<TD> <TABLE cellSpacing=0 cellPadding=0 width="555" border=0>
<TBODY>
<TR>
<TD height="25"><img src="Img/bgtop_18.gif" width="450" height="30"></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD
height=1 background=img/naBialym.gif><IMG height=1 src="img/1x1_pix.gif"
width=10></TD>
</TR>
<TR>
<TD height="1"> <FORM action='UserRegPost.asp' method='post'>
<table width=95% border=0 align="center" cellpadding=5 cellspacing=1 bordercolor="#FFFFFF" style="border-collapse: collapse">
<TR align=center>
<TD height=20 colSpan=2><b>New member Rigister</b></TD>
</TR>
<TR class="tdbg" >
<TD width="37%"><b>User Name:</b><BR>
Can not excess 14 char(7 chinese char)</TD>
<TD width="63%"> <INPUT maxLength=14 size=30 name=UserName>
<font color="#FF0000">*</font> </TD>
</TR>
<TR class="tdbg" >
<TD width="37%"><B>Password (at least 6):</B><BR>
Please enter password ,don't like '*'、' 'char</TD>
<TD width="63%"> <INPUT type=password maxLength=12 size=30 name=Password>
<font color="#FF0000">*</font> </TD>
</TR>
<TR class="tdbg" >
<TD width="37%"><strong>Affirm Password(at least 6):</strong><BR>
Please enter password again</TD>
<TD width="63%"> <INPUT type=password maxLength=12 size=30 name=PwdConfirm>
<font color="#FF0000">*</font> </TD>
</TR>
<TR class="tdbg" >
<TD width="37%"><strong>Password program:</strong><BR>
Forget password program</TD>
<TD width="63%"> <INPUT type=text maxLength=50 size=30 name="Question">
<font color="#FF0000">*</font> </TD>
</TR>
<TR class="tdbg" >
<TD width="37%"><strong>Program answer:</strong><BR>
The answer can help you get back the password</TD>
<TD width="63%"> <INPUT type=text maxLength=20 size=30 name="Answer">
<font color="#FF0000">*</font> </TD>
</TR>
<TR class="tdbg" >
<TD width="37%"><strong>Sex:</strong><BR>
Please choice your sex</TD>
<TD width="63%"> <INPUT type=radio CHECKED value="1" name=sex>
male &nbsp;&nbsp; <INPUT type=radio value="0" name=sex>
female</TD>
</TR>
<TR class="tdbg" >
<TD width="37%"><strong>Email:</strong><BR>
Please enter your e-mail</TD>
<TD width="63%"> <INPUT maxLength=50 size=30 name=Email>
<font color="#FF0000">*</font></TD>
</TR>
<TR class="tdbg" >
<TD><strong>Company web address:</strong></TD>
<TD width="63%"><INPUT name=homepage id="homepage" value="http://" size=30 maxLength=50></TD>
</TR>
<TR class="tdbg" >
<TD width="37%"><strong>Company name:</strong><BR>
Yout company name</TD>
<TD width="63%"> <INPUT name=Comane id="Comane" size=30 maxLength=100></TD>
</TR>
<TR class="tdbg" >
<TD width="37%"><p><strong>Company address:<br>
</strong>Your company address</p></TD>
<TD width="63%"> <input name=Add id="Add" size=30 maxlength=20>
<font color="#FF0000">*</font></TD>
</TR>
<TR class="tdbg" >
<TD><strong>person:<br>
</strong></TD>
<TD width="63%"><input name=Somane id="Somane" size=30 maxlength=20></TD>
</TR>
<TR class="tdbg" >
<TD><strong>Postallcode:</strong></TD>
<TD width="63%"><input name=Zip id="Zip" size=30 maxlength=20>
<font color="#FF0000">*</font></TD>
</TR>
<TR class="tdbg" >
<TD><strong>phone:<br>
</strong>+86-0577-63763008<strong> </strong></TD>
<TD width="63%"><input name=Phone id="Phone" value="+86" size=30 maxlength=20>
<font color="#FF0000">*</font></TD>
</TR>
<TR class="tdbg" >
<TD width="37%"><strong>Fax:</strong></TD>
<TD width="63%"> <INPUT name=Fox id="Fox" size=30 maxLength=50></TD>
</TR>
</TABLE>
<div align="center">
<INPUT type=submit value=" Register " name=Submit>
&nbsp;
<INPUT name=Reset type=reset id="Reset" value=" Clear ">
</div>
</form></TD>
</TR>
<TR>
<TD
height=1 background=img/naBialym.gif><IMG height=1 src="img/1x1_pix.gif"
width=10></TD>
</TR>
<TR>
<TD><IMG height=1 src="img/1x1_pix.gif"
width=10> </TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<!-- #include file="Inc/Foot.asp" -->
</BODY></HTML>

0 0