%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%=Application("WebTitle")%>-Error message
Fail to access!---
<%
if Session("ErrorMsg") <> "" then
Response.Write("
" + Session("ErrorMsg") + "")
Session("ErrorMsg") = ""
else
Response.Write(" ????????????????")
end if
%>
Common reasons are as following:
You haven't logged on.
There has been no recent activity on this site, please login again.
The page you are looking for is currently unavailable.
Please back to homepage and log on again,or you may contract administrator.