<!doctype HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.111cn.net/tr/xhtml1/dtd/ Xhtml1-transitional.dtd ">
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 "/>
<title>jquery Mailbox Password Verification instance (jquery authentication plugin) </title>
<script>
function Doregister () {
var name = $ (' #regemail '). Val ();
var search_str =/^[w-.] +@[w-.] + (. w+) +$/;
if (!search_str.test (name)) {
Alert ("Mailbox is illegal!") ");
$ ("#regemail"). Val (');
$ ("#regemail"). focus ();
return false;
}
var password = $ (' #regpassword '). Val ();
if (password.length<6) {alert (' Password at least 6 digits! '); return false;}
var confirm = $ (' #regconfirm '). Val ();
if (Confirm!=password) {alert ("Password proofing is incorrect!) "); return false;}
$.post ('/ajaxregister.php tutorial ', {email:name,pwd:password},function (data) {
if (data== ' n ') {alert (' Registration failed! '); return false;}
if (data== ' Yan ') {alert (' Authentication code Error! '); Imcref2 (); return false;}
if (data== ' email ') {alert (' username is registered! '); return false;}
if (data== ' Y ') {
Lejulogin (Name,password);
}
});
}
</script>
<body>
</body>