APPLICANT.jsp 805 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
<%@page contentType="text/html; charset=UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Applicant</title>
 </head>
 <BODY>
  <form action="LOGIN.jsp" method="post" name="cscform">
  	<input name="__cmd" value="login"  type="hidden"/>
	<input name="__agencyname" value="login"  type="hidden"/>
	<input name="__guest" value="true"  type="hidden"/>
	<input name="__user" value="guest"  type="hidden"/>
	<input name="__password" value=""  type="hidden"/>
	<input name="__dbcomp" value="db-100"  type="hidden"/>
	<input name="__lang" value="tha"  type="hidden"/>
  </form>
  <script language="javascript">document.cscform.submit();</script>
 </BODY>
</HTML>