<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@page contentType="text/html; charset=UTF-8"%>
<%@page import="com.csc.library.entry.HelpEntry,com.csc.library.system.*,com.csc.library.utilities.*,java.net.*"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../CSS/TISCO.css" rel="stylesheet" type="text/css">
<script language="JavaScript">


</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="">
<form name="cscform" method="post" action="REC111.jsp">

  <input type="hidden"name="__screen"  value="REC111"> 


	   <table width="100%"  cellpadding="0" cellspacing="0" class="mini">
        <tr class="header"> 
			<td  class="header" align="right">REC111</td>
		  </tr>
		
		  <tr > 
			<td colspan="2"><textarea cols="70" rows="6" name="reason"><%=new ThaiUtilities().ASCII2Unicode(request.getParameter("reason"))%></textarea></td>
		  </tr>
          
          
		  <tr bordercolor="0069B3">
		  <td  class="bottom"></td>
		</tr>
		</table>


</FORM>
</body>
</html>