AUTHORIZEERROR.jsp 1.72 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@page contentType="text/html; charset=UTF-8"%>
<script language="javascript">
<%
//com.csc.library.utilities.UProfile uf=(com.csc.library.utilities.UProfile)session.getAttribute("userprofile");
//String userID=uf.getUserId();
%>
function bdOnload() {
	    <%session.invalidate();%>
//		document.cscform.action="../index.jsp?__user=<%//=userID%>";
		document.cscform.action="../index.jsp";
		document.cscform.submit();
}
function setTimer(){
	setTimeout("bdOnload()",2000);
}
</Script>
<HTML>
<HEAD>ss

<TITLE>Logout.jsp</TITLE>
</HEAD>
<BODY  onload="javascript:setTimer();">
<form name="cscform" method="post" target="_top">


<!----------BEGIN CSC INITIAL ZONE ------------------------>

<%=screen.InitialVariable()%>

<!----------END CSC INITIAL ZONE -------------------------->

<input type="hidden" name="__language" value ="<%=screen.getUProfile().get("lang")%>"> 
<br>
<br>
<br>
<br>
<br>
<table width="80%" border="0" align="center">
  <tr>
    <td bgcolor="#CCCCCC"><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
        <tr>
            <td>
              <P align="center"><font size="+2"><br>
                <b><font face="MS Sans Serif, Tahoma, sans-serif">ท่านขาดการติดต่อกับระบบนานเกินไป<br>
                </font></b></font><font face="MS Sans Serif, Tahoma, sans-serif"><b><font size="+2">ระบบจะกลับสู่หน้าหลัก เพื่อทำการ Log in อีกครั้
                </font></b></font></P>
              <div align="center"></div></td>
        </tr>
      </table></td>
  </tr>
</table>
</form>

</BODY>
</HTML>