<% /** * **********************************************************@@ Program Name * : popup_copy_form.jsp Description : /Áý°èÀÚ/³»¹®¼­ÇÔ/µî·ÏÇÔ/º¹»ç¾ç½Ä ÷ºÎ Author : °­¿øÁß * Create Date : 2004-11-05 History : * @@*********************************************************** */ %> <%@ page contentType="text/html; charset=euc-kr" import="kr.co.kihyun.lang.MString" import="kr.co.kihyun.lang.MLong" import="kr.co.kihyun.text.html.TagFilter" import="kr.co.kihyun.lang.StringConverter" import="kr.co.kihyun.moumi.Moumi" import="java.net.URLEncoder"%> <% try { String reportType = request.getParameter("reportType"); if (reportType == null) { reportType = ""; } // System.out.println("reporttype==========================================================================>"+reportType); //System.out.println("reporttype==========================================================================>"+reportType); %> Ç¥º¹»çÀÔ·Â
 
 
1) ¿¢¼¿¿¡¼­ ÀÔ·ÂÇÑ ÀڷḦ º¹»çÇÕ´Ï´Ù.
   - º¹»çÇÑ ¿¢¼¿ÀÚ·á¿Í ÀÚ·áÀÔ·Â È­¸é¿¡ º¸ÀÌ´Â ÀÚ·áÀÇ Çà¼ö°¡ ÀÏÄ¡ÇØ¾ß ÇÏ¸ç ¹Ýµå½Ã ŸÀÌÆ²µµ º¹»çÇÏ¿©¾ß ÇÕ´Ï´Ù.
   - ÇàÀÇ °¹¼ö°¡ ´Ù¸¥ °æ¿ì ÀÚ·áÀÔ·ÂÈ­¸é¿¡¼­ ÇàÃß°¡ ¹× Çà»èÁ¦¸¦ ½ÇÇàÇÏ¿© ¿¢¼¿ÀÚ·á¿Í ¸ÂÃç¾ß ÇÕ´Ï´Ù.
   - ŸÀÌÆ²ÀÇ Çà¼ö°¡ ÀÏÄ¡ÇÏÁö ¾Ê´Â °æ¿ì¿¡µµ ¿¢¼¿¿¡¼­ º´ÇÕµÈ ÇàÀ» »èÁ¦ÇÏ¿© ¸ÂÃç¾ß ÇÕ´Ï´Ù.
2) ¾Æ·¡ [Ç¥ ³Ö±â â]¿¡ ºÙ¿©³Ö±â ÇÏ¿© "È®ÀÎ"À» Ŭ¸¯Çϸé ÀÚ·á°¡ ÀԷµ˴ϴÙ.
   * ³¯Â¥Çü½ÄÀº "YYYY-MM-DD" À̾î¾ß ÇÕ´Ï´Ù.

  [ Ç¥³Ö±ââ ]

È®ÀÎ   Ãë¼Ò
 
 
<% } catch (Exception ex) { //38.¿À·ù¸Þ¼¼Áö¸¦ ÅëÇÑ Á¤º¸ ³ëÃâ(getMessage)_CWE-209 : Update by YOUNGJUN,CHO //out.println(ex); ex.printStackTrace(); //out.println("

Can't contact servlet runner



Message : " + ex.getMessage() + ""); //out.println(""); //================================================ } finally { } %>