JiveJdon 3.0不只是一个论坛程序
源代码在线查看: includeaccountfields.jsp
--%>
function Juge(theForm)
{
var myRegExp = /\w+\@[.\w]+/;
if (!myRegExp.test(theForm.email.value)) {
alert("请输入正确的Email");
theForm.email.focus();
return false;
}
myRegExp = /[A-z0-9]/;
if (!myRegExp.test(theForm.username.value)) {
alert("用户名必须为英文字符");
theForm.username.focus();
return false;
}
if (theForm.username.value == "")
{
alert("请输入用户名!");
theForm.username.focus();
return (false);
}
if (theForm.password.value != theForm.password2.value)
{
alert("两次密码不一致!");
theForm.password.focus();
return (false);
}
}
-->
cellspacing="0" cellpadding="0" border="0" width="500" align="center">
cellspacing="1" cellpadding="3" border="0" width="100%">
color="#000000">
注册资料
用户名:
(英文字符或数字)
密码:
确认密码:
密码问题:
密码答案:
Email:
公开
* 忘记密码通过该信箱获得
验证码: