⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dms_0002fdocument_0002fauditinfo_0002ejsp_jsp.java

📁 dgbas公文管理核心java源码
💻 JAVA
字号:
package DMS.document;

import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;


public class DMS_0002fdocument_0002fAuditInfo_0002ejsp_jsp extends HttpJspBase {


    static {
    }
    public DMS_0002fdocument_0002fAuditInfo_0002ejsp_jsp( ) {
    }

    private static boolean _jspx_inited = false;

    public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
    }

    public void _jspService(HttpServletRequest request, HttpServletResponse  response)
        throws java.io.IOException, ServletException {

        JspFactory _jspxFactory = null;
        PageContext pageContext = null;
        HttpSession session = null;
        ServletContext application = null;
        ServletConfig config = null;
        JspWriter out = null;
        Object page = this;
        String  _value = null;
        try {

            if (_jspx_inited == false) {
                synchronized (this) {
                    if (_jspx_inited == false) {
                        _jspx_init();
                        _jspx_inited = true;
                    }
                }
            }
            _jspxFactory = JspFactory.getDefaultFactory();
            response.setContentType("text/html; charset=BIG5");
            pageContext = _jspxFactory.getPageContext(this, request, response,
            			"", true, 8192, true);

            application = pageContext.getServletContext();
            config = pageContext.getServletConfig();
            session = pageContext.getSession();
            out = pageContext.getOut();

            // HTML // begin [file="/DMS/document/AuditInfo.jsp";from=(0,49);to=(1,0)]
                out.write("\r\n");

            // end
            // HTML // begin [file="/DMS/document/AuditInfo.jsp";from=(1,29);to=(2,0)]
                out.write("\r\n");

            // end
            // begin [file="/DMS/document/AuditInfo.jsp";from=(2,2);to=(6,0)]
                
                	response.setHeader("Cache-Control","no-store");
                	response.setHeader("Pragma","no-cache");
                	response.setDateHeader("Expires",0);
            // end
            // HTML // begin [file="/DMS/document/AuditInfo.jsp";from=(6,2);to=(54,0)]
                out.write("\r\n<html>\r\n<head>\r\n<LINK href=\"../inc/DatePicker.css\" rel=stylesheet type=text/css>\r\n<SCRIPT src=\"../inc//DateObject.js\"></SCRIPT>\r\n<SCRIPT src=\"../inc/DatePicker.js\"></SCRIPT>\r\n<SCRIPT src=\"../inc/editlib.js\"></SCRIPT>\r\n<meta http-equiv=\"Content-Language\" content=\"zh-tw\">\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=big5\">\r\n<meta name=\"GENERATOR\" content=\"Microsoft FrontPage 4.0\">\r\n<meta name=\"ProgId\" content=\"FrontPage.Editor.Document\">\r\n<title>稽催</title>\r\n</head>\r\n<script language=\"javascript\">\r\nfunction temp(){\r\n      if(form1.AuditDate.value==\"\"){\r\n            alert(\"請填寫催辦時間.\");\r\n            return;\r\n      }//if\r\n      if(form1.AuditNote.value==\"\"){\r\n            alert(\"請填寫催辦備註.\");\r\n            return;\r\n      }//if\r\n      //alert(form1.AuditDate.value+\"&\"+form1.AuditNote.value);\r\n      window.returnValue=form1.AuditDate.value+\"&\"+form1.AuditNote.value; \r\n      window.close();\r\n}\r\n</script>\r\n<body> \r\n<form name=\"form1\">\r\n<table border=\"1\" width=\"70%\">\r\n  <tr>\r\n    <td width=\"27%\" align=\"center\">稽催時間</td>\r\n    <td width=\"73%\"><SCRIPT>var AuditDate=createDatePicker(\"AuditDate\");</SCRIPT></td>\r\n  </tr>\r\n  <tr>\r\n    <td width=\"27%\" align=\"center\">稽催備註</td>\r\n    <td width=\"73%\"><textarea rows=\"3\" name=\"AuditNote\" cols=\"26\"></textarea></td>\r\n  </tr>\r\n  <tr>\r\n    <td width=\"100%\" colspan=\"2\">\r\n      <input type=\"button\" name=\"B1\" value=\"確定\" onClick=\"temp()\" >\r\n      <input type=\"button\" name=\"B2\" value=\"取消\" onClick=\"javaScript:window.close();\" >\r\n  </tr>\r\n</table>\r\n</form>\r\n</body> \r\n</html>\r\n");

            // end

        } catch (Throwable t) {
            if (out != null && out.getBufferSize() != 0)
                out.clearBuffer();
            if (pageContext != null) pageContext.handlePageException(t);
        } finally {
            if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
        }
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -