📄 reggr_2.jsp~51~
字号:
<%@page language="java" contentType="text/html; charset=GBK"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script language="JavaScript">
<!--
function checkuser(){
username=document.form1.username.value;
window.open("ifexistusers?username="+username,'toolbar=no,directories=no,scrollbars=0,resizable=1,status=no,menubar=0,width=250,height=100');
}
function exam()
{
if( form1.username.value.length<1 || form.username.value.length>18 ) {
alert("\请输入正确的用户名 !!")
return false;
}
if( form1.password.value.length<1 || form.password.value.length>16 ) {
alert("\请您输入正确的登录密码 !!")
return false;
}
}
-->
</script><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>注册</title>
<link href="css/indexcss.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0">
<form name="form1" method="post" action="reggrservlet">
<table width="75%" height="74" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="28%">
<img src="image/log.jpg" width="200" height="60">
</td>
<td width="72%" height="70" colspan="5">栏目</td>
</tr>
</table>
<table width="75%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20" background="image/catlogbg.gif">个人用户注册:</td>
</tr>
</table>
<table width="75%" height="365" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#99CC99">
<tr align="center">
<td height="27" colspan="4" bgcolor="#FFFFFF">个人用户填写详细资料(请提供真实信息,以下内容加*为必填。)</td>
</tr>
<tr>
<td width="114" height="27" bgcolor="#FFFFFF">1,确认服务条款</td>
<td width="114" bgcolor="#99CC99">
<font color="#FFFFFF">2,选择用户名</font>
</td>
<td width="114">3,填写详细资料</td>
<td width="362">4,注册成功</td>
</tr>
<tr align="left" valign="top" bgcolor="#FFFFFF">
<td height="123" colspan="4">
<p> </p>
<table width="95%" height="237" border="0" align="center">
<tr>
<td width="49%">
<p>用户名:
<input name="username" type="text" id="username3">
<br>
 
<input type="button" name="buttonu" value="检测用户名" onclick="checkuser()">
</p> </td>
<td width="51%">用户名由a~z的英文字母(不区分大小写)、0~9的数字、点、减号或下划线组成,长度为3~18个字符,只能以数字或字母开头和结尾,例如:kyzy_001。</td>
</tr>
<tr>
<td height="45"> 登陆密码:
<input name="password" type="text" id="password">
</td>
<td>密码长度为6~16位,区分字母大小写。登录密码可以由字母、数字、特殊字符组成。</td>
</tr>
<tr>
<td height="50"> 确认密码:
<input name="repassword" type="text" id="repassword">
</td>
<td> </td>
</tr>
<tr>
<td height="33"> 提示问题:
<input name="tsproblem" type="text" id="tsproblem">
</td>
<td rowspan="2"> 当您忘记密码时可由此找回密码。例如,问题是“我的哥哥是谁?”,答案为
"
Peter2
"
。问题长度不大于36个字符,一个汉字占两个字符。答案长度在6~30位之间,区分大小写。
</td>
</tr>
<tr>
<td height="62"> 提示答案:
<input name="tsanswer" type="text" id="tsanswer">
</td>
</tr>
</table>
<p> </p>
</td>
</tr>
<tr align="center">
<td height="39" colspan="4">
<input type="submit" name="Submit" value="确认并提交" onClick="return exam()">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -