JBuild工程
源代码在线查看: reg.jsp~6~
String mesg = "";
String submit = request.getParameter("Submit");
if (submit!=null && !submit.equals("")) {
if(user.insert(request)){
session.setAttribute("username",user.getUserName());
session.setAttribute( "userid", Long.toString( user.getUserid() ) );
response.sendRedirect("userinfo.jsp?action=regok");
} else if (!user.getMessage().equals("")) {
mesg = user.getMessage();
} else
mesg = "注册时出现错误,请稍后再试";
}
%>
>使用seesion对象进行身份验证
function openScript(url,name, width, height){
var Win = window.open(url,name,'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}
function checkform() {
if (document.form1.username.value==""){
alert("用户名不能为空");
document.form1.username.focus();
return false;
}
if (document.form1.passwd.value==""){
alert("用户密码不能为空");
document.form1.passwd.focus();
return false;
}
if (document.form1.passwd.value!=document.form1.passconfirm.value){
alert("确认密码不相符!");
document.form1.passconfirm.focus();
return false;
}
return true;
}
.style1 {color: #FF0000}
.style2 {
color: #FF3300;
font-size: 16px;
}
body {
background-color: #FFFFFF;
background-image: url(image/bg06.jpg);
}
.style3 {color: #336600}
.style4 {
color: #6633CC;
font-weight: bold;
}
-->
cellspacing="0">
cellpadding="3" >
height="13" colspan="2">
会员注册
用户名:
[ onClick="MM_openBrWindow('checkuser.jsp?account=',
'','width=200,height=100')">
检测帐号
]
(只能使用英文和数字)
密码:
确认密码:
真实姓名:
性别:
男
女
联系地址:
联系邮编:
联系电话:
电子邮件:
}catch(Exception e){e.printStackTrace();}%>