AUTHORIZEERROR.jsp 1.98 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page contentType="text/html; charset=UTF-8" language="java" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="refresh" content="3;URL=INDEX.jsp" />
<title>การเข้าใช้งานผิดพลาด</title>
<style type="text/css">
	* { margin: 0; padding: 0; }
	html, body { height:100%; min-height: 100%; }
	body{ background: url(IMAGES/EMPVIEW/BG.gif); }
	#wrapper { margin: 0 auto; height: 100%; }
	#message { margin: 0 auto; padding: 10px 5px; text-align: center; vertical-align: middle; font-size: 24px; font-weight: bold; color:#F00; background: #fff; }
	#content { width: 805px; margin: auto; }
</style>
<script language="JavaScript" type="text/javascript"  src="JS/EVENTS.js"></script>
<script language="JavaScript" type="text/javascript" src="JS/AC_RunActiveContent.js"></script>
</head>
<body>
<table id="wrapper" width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>
        <div align="center">
            <table id="Table_01" width="1024" height="768" border="0" cellpadding="0" cellspacing="0" align="center">
				<tr>
					<td colspan="2">
						<img src="IMAGES\EMPVIEW\LOGIN/LOGIN_01.gif" width="1024" height="466" alt=""></td>
				</tr>
				<tr>
					<td rowspan="2">
						<img src="IMAGES\EMPVIEW\LOGIN/LOGIN_02.gif" width="554" height="302" alt=""></td>
					<td width="470" height="281" background="IMAGES\EMPVIEW\LOGIN/LOGIN_03.gif"><div id="message">Username และ Password ไม่ถูกต้อง</div></td>
									
				</tr>
				<tr>
					<td>
						<img src="IMAGES\EMPVIEW\LOGIN/LOGIN_04.gif" width="470" height="21" alt=""></td>
				</tr>
			</table>
          </div>
          <div class="flash"></div>
      </div>
    
    </td>
  </tr>
</table>
<%
	session.removeAttribute("userprofile");
	session.invalidate();
%>
</body>
</html>