用户注册相关代码
Posted 红树叶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用户注册相关代码相关的知识,希望对你有一定的参考价值。
<html>
<head>
<title>会员信息登记表</title>
</head>
<body>
<div align="center">
<center>
<table border="1" cellspacing="1" width="760" height="146">
<tr>
<td width="140" height="69" background="images/pic2.gif">
<p align="center"><font size="5" color="#FF0000"><b><i>Welcome to</i></b></font></p>
</td>
<td width="544" height="69" background="images/background2.gif">
<p align="center"> <b><font face="华文隶书" size="6" color="#0000FF"> 会员信息登记表</font></b></p>
</td>
</tr>
<tr>
<td width="140" height="65" background="images/background3.gif" align="center">
<p align="center">填写须知:</p>
<p align="center">1:请如实填写会员表内的各项内容;</p>
<p align="center">2:带有*号的内容必须填写;</p>
<p align="center">3:密码填写长度最好在6-15位之间;</p>
<p align="center">4:“个人爱好”可以选择多项内容;
</td>
<td width="544" height="65" background="images/background1.gif" align="center">
<form method="POST" action="reg_save.asp" name="register">
<fieldset><legend> <b>简历</b></legend>
</center>
<p align="left">*姓名:<input type="text" name="name" size="12"> </p>
<p align="left"> 帐号:<input type="text" name="account" size="12"> </p>
<p align="left">密码:
<input type="password" name="password" size="25">
</p>
<p align="left">
身份证号码:<input type="text" name="id" size="25"></p>
<p align="left">性别:男
<input type="radio" value="1" checked name="sex">
女
<input type="radio" name="sex" value="0">
</p>
<center>
</fieldset>
<p><input type="submit" value="开始注册" name="Submit1">
<input type="reset" value="重新填写" name="Submit2"></p>
</form>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
以上是关于用户注册相关代码的主要内容,如果未能解决你的问题,请参考以下文章
Oracle Function:当页面端有屏蔽相关字段数据函数,只有指定用户才能查看;而当前用户无法获取到相关数据插到其他表中,这时需要获取后台用户替换当前用户,执行完相关语句后再还原为当前用户。(示