AUTHENFAIL.jsp 984 Bytes
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
<%@page import="com.csc.library.entry.HelpEntry,com.csc.library.system.*,com.csc.library.utilities.*"%>
<%@ page import="com.csc.library.entry.*,com.csc.library.database.*,com.csc.library.session.*"  %>
<%@page contentType="text/html; charset=UTF-8"%>
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>PisWin HR Information Center</TITLE>
</HEAD>
<link href="./CSS/TISCO.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function bdOnload() {
	/*
	var parent = window.parent.location;
	if(parent != null) {
		parent.href = "/hr/EMPVIEW/INDEX.jsp";
	} else {
		window.location = "/hr/EMPVIEW/INDEX.jsp";
	}*/
}

function setTimer(){
	setTimeout("bdOnload()",2000);
}
//-->
</script>
<BODY onLoad="setTimer()">
<form name="cscform" method="post" action="INDEX.jsp">
<div class="errors" id="msgstatus">
<p>
<h3 align="center">User not permission in this page</h3>
</p>
</div>
</form>
</BODY>
</HTML>