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

📄 dms_0002farchive_0002fdestroyarchiveinfo_0002ejsp_jsp.java

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

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


public class DMS_0002farchive_0002fDestroyArchiveInfo_0002ejsp_jsp extends HttpJspBase {


    static {
    }
    public DMS_0002farchive_0002fDestroyArchiveInfo_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/archive/DestroyArchiveInfo.jsp";from=(0,0);to=(1,0)]
                out.write("<!-- DestroyArchiveInfo.jsp-->\r\n");

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

            // end
            // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(2,2);to=(6,0)]
                
                	String strPathID = request.getParameter("PathID");
                	String[] arrTaskID = request.getParameterValues("TaskID");
                	String strAction = request.getParameter("action");
            // end
            // HTML // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(6,2);to=(23,44)]
                out.write("\r\n<html>\r\n<head>\r\n<title>銷毀信息</title>\r\n<script src=\"../inc/OnloadEvent.js\"></script>\r\n</head>\r\n<body>\r\n<script>\r\n\tfunction submitClick(){\r\n\t\tform1.submit();\r\n\t\twindow.setTimeout(\"top.close()\", 1000);\r\n\t}\r\n</script>\r\n<form method=\"POST\" name=\"form1\" action=\"/WebAgenda/servlet/DestroyArchiveServlet\" target=\"HideFrame\">\r\n  核准銷毀文號:<input type=\"text\" name=\"DestroyNO\" maxlength=10  size=\"20\"><br>\r\n  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r\n  銷毀原因:<textarea rows=\"4\" name=\"DestroyReason\" cols=\"31\"></textarea><br>\r\n  <input type=\"hidden\" name=\"action\" value=\"");

            // end
            // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(23,47);to=(23,57)]
                out.print( strAction);
            // end
            // HTML // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(23,59);to=(24,44)]
                out.write("\">\r\n  <input type=\"hidden\" name=\"PathID\" value=\"");

            // end
            // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(24,47);to=(24,57)]
                out.print( strPathID);
            // end
            // HTML // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(24,59);to=(25,2)]
                out.write("\">\r\n  ");

            // end
            // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(25,4);to=(27,2)]
                
                		for(int i=0; i<arrTaskID.length; i++){
                  
            // end
            // HTML // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(27,4);to=(28,45)]
                out.write("\r\n\t\t\t<input type=\"hidden\" name=\"TaskID\" value=\"");

            // end
            // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(28,48);to=(28,61)]
                out.print( arrTaskID[i]);
            // end
            // HTML // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(28,63);to=(29,1)]
                out.write("\">\r\n\t");

            // end
            // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(29,3);to=(30,3)]
                 }
                   
            // end
            // HTML // begin [file="/DMS/archive/DestroyArchiveInfo.jsp";from=(30,5);to=(35,7)]
                out.write("\r\n  <p align=\"center\"><input type=\"button\" value=\"確定\" name=\"B1\" onclick=\"submitClick()\">\r\n  <input type=\"button\" value=\"取消\" onclick=\"javascript:self.close()\"></p>\r\n</form>\r\n</body>\r\n</html>");

            // 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 + -