document.write('');
function CheckForm(){
if (document.myform.username.value==''||document.myform.username.value=='UID/用戶名/Email'){$.dialog.alert('請(qǐng)輸入登錄用戶名!',function(){document.myform.username.focus();});return false;}
if (document.myform.password.value==''){$.dialog.alert('請(qǐng)輸入登錄密碼!',function(){document.myform.password.focus();});return false; }
return true;}
document.write('');