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