var cookie_login_username=getCookie('cookie_login_username');
$(function(){
if(cookie_login_username){
$('input[name=chkrecordloginname]').prop('checked',true);
//$('#user_name').val($.cookie('cookie_login_username'))
$('#user_name').val(cookie_login_username)
$('#remember_me').attr('checked',true);
}
})
function checkloginfrom(objfrm){
if(objfrm.user_name.value==''){
alert("请输入用户名!");
return false;
}
if(objfrm.user_passwd.value==''){
alert("请输入密码!");
return false;
}
if(objfrm.chkrecordloginname.checked){
setCookie('cookie_login_username',objfrm.user_name.value,30,'/','.buildhr.com','');
} else {
deleteCookie('cookie_login_username','/','.buildhr.com');
}
return true;
}
document.writeln(" ");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");