<%@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>