%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<% If hour(NOW)>=13 and hour(NOW)<17 Then
xwh="下午好,快努力工作吧!"
else If hour(NOW)>=17 and hour(NOW)<19 Then
xwh="该用晚餐啦!"
else If hour(NOW)>=19 and hour(NOW)<23 Then
xwh="晚上好,注意休息"
else If hour(NOW)>=5 and hour(NOW)<9 Then
xwh="早晨加油!一朝之计在于晨"
else If hour(NOW)>=9 and hour(NOW)<11 Then
xwh="上午好,快努力工作吧!"
else If hour(NOW)>=11 and hour(NOW)<13 Then
xwh="该用午餐啦!"
else xwh="已是深夜,注意身体!"
End if
End if
End if
End if
End if
End if
%>
<%
If Request.Form("username")<>"" Then
If Request.Form("username")="slx" and Request.Form("password")="slx2008" Then
Session("pass")="OK"
Response.Redirect("insidenet/welcom.asp")
else
Response.Redirect("insidenet/error.asp")
End If
End If
%>