' . "\r\n\t" . 'function checkSubmit()' . "\r\n" . ' {' . "\r\n" . ' if(document.form1.uname.value==""){' . "\r\n\t" . ' alert("用户名不能为空!");' . "\r\n\t" . ' document.form1.uname.focus();' . "\r\n\t" . ' return false;' . "\r\n" . ' }' . "\r\n" . ' return true;' . "\r\n" . ' }' . "\r\n" . '' . "\r\n" . '
' . "\r\n"; mymps_admin_tpl_global_foot();