function login_top() { if (document.formlogin.username.value=="") { alert("对不起,请输入用户名!") document.formlogin.username.focus() return false } if (document.formlogin.password.value=="") { alert("对不起,请输入密码!") document.formlogin.password.focus() return false } } function displayWeek() { var enabled = 0; today = new Date(); var day; if(today.getDay()==0) day = "星期日" if(today.getDay()==1) day = "星期一" if(today.getDay()==2) day = "星期二" if(today.getDay()==3) day = "星期三" if(today.getDay()==4) day = "星期四" if(today.getDay()==5) day = "星期五" if(today.getDay()==6) day = "星期六" Todays = new Date(); TheWeek = day return (TheWeek); } function displayDate() { Todays = new Date(); //Todays = Todays.setDate(2); Mnth = Todays.getMonth()+ 1; year = Todays.getFullYear(); TheDate ="" +year+""+"年" +"" +Mnth +""+"月"+""+Todays.getDate() + "" +"日"+" "; theWeeks = displayWeek(); return (TheDate); } document.write("
| ")
document.write(" | ")
document.write("