<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <%@page contentType="text/html; charset=UTF-8"%> <%@ page import="com.csc.library.utilities.CscCalendar" %> <%@ page import="com.csc.library.entry.*" %> <%@ page import="com.csc.library.utilities.*" %> <jsp:useBean id="task" scope="page" class="com.csc.library.system.Task"/> <jsp:useBean id="th" scope="page" class="com.csc.library.utilities.ThaiUtilities"/> <% task.setChannel(request ,response); ReportEntry screen=null; screen=(ReportEntry)task.process("ReportEntry",request.getParameter("__screen")); CscCalendar cs=new CscCalendar(); UProfile uf=screen.getUProfile(); %> <html> <head> <script type='text/javascript' src='../JS/SCREEN.js'></script> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script language="javascript">getTitleName();</script> <link href="../CSS/TISCO.css" rel="stylesheet" type="text/css"> <script> function adddata(val,helpReturn,helpName){ if(window.parent.m=="A"){ window.parent.frames['ptable'].disabled = true ; window.parent.cscform.mem.value = val ; window.parent.insertData(val+" "); window.parent.cscform.helpParam.value=helpReturn; window.parent.cscform.operator.disabled = false ; window.parent.j= "D"; window.parent.m= "D"; //alert(helpName+" "+window.parent.cscform.mainHelp.value); if(helpName !="") window.parent.cscform.helpName.value=helpName; else window.parent.cscform.helpName.value=window.parent.cscform.mainHelp.value; }else alert(MyCode[28]); } </script> </head> <body leftmargin="0" topmargin="0"> <form name="cscform" method="post"> <!----------BEGIN CSC INITIAL ZONE ------------------------> <%=screen.InitialVariable()%> <!----------END CSC INITIAL ZONE --------------------------> <%=screen.getFieldTable(request.getParameter("taname"))%> <INPUT TYPE="hidden" NAME="__id" VALUE="<%=request.getParameter("__id")%>"> <INPUT TYPE="hidden" NAME="__db" VALUE="<%=request.getParameter("db")%>"> <INPUT TYPE="hidden" NAME="__taname" VALUE="<%=request.getParameter("taname")%>"> <INPUT TYPE="hidden" NAME="__screen" VALUE="<%=request.getParameter("__screen")%>"> </form> </body> </html>