You need to sign in or sign up before continuing.
AUTHORIZEERROR.jsp 1.41 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@page contentType="text/html; charset=UTF-8"%>
<script language="javascript">
function bdOnload() {
	<%session.invalidate();%>
	document.cscform.action="../INDEX.jsp";
	document.cscform.submit();
}

function setTimer(){
	setTimeout("bdOnload()",2000);
}
</script>
<HTML>
<HEAD>
<TITLE>Logout</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></HEAD>
<BODY  onload="javascript:setTimer();">
<form name="cscform" method="post" target="_top"> 
<!----------BEGIN CSC INITIAL ZONE ------------------------>

<%//=screen.InitialVariable()%>

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

<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"><br>
               		<b><font face="MS Sans Serif, Tahoma, sans-serif" size="+2">ท่านขาดการติดต่อกับระบบนานเกินไป</font></b><br>
					<b><font face="MS Sans Serif, Tahoma, sans-serif" size="+2">ระบบจะกลับสู่หน้าหลัก เพื่อทำการ Log in อีกครั้ง</font></b>
					</P>
				</td>
        	</tr>
      		</table>
		</td>
  	</tr>
	</table>
</form>
</BODY>
</HTML>