📄 dms_0002fdocument_0002fcowork_0005fmsg_0002ejsp_jsp.java
字号:
package DMS.document;
import java.util.*;
import com.jasson.common.ExtendString;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class DMS_0002fdocument_0002fCoWork_0005fMsg_0002ejsp_jsp extends HttpJspBase {
static {
}
public DMS_0002fdocument_0002fCoWork_0005fMsg_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/CoWork_Msg.jsp";from=(0,26);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/DMS/document/CoWork_Msg.jsp";from=(1,48);to=(2,0)]
out.write("\r\n");
// end
// HTML // begin [file="/DMS/document/CoWork_Msg.jsp";from=(2,32);to=(3,0)]
out.write("\r\n");
// end
// HTML // begin [file="/DMS/document/CoWork_Msg.jsp";from=(3,51);to=(4,0)]
out.write("\r\n");
// end
// begin [file="/DMS/document/CoWork_Msg.jsp";from=(4,2);to=(7,0)]
ExtendString ExStr=new ExtendString();
String ErrMsg=ExStr.nullToSpace(request.getParameter("ErrMsg"));
// end
// HTML // begin [file="/DMS/document/CoWork_Msg.jsp";from=(7,2);to=(25,38)]
out.write("\r\n\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=big5\">\r\n<title>會辦作業完畢信息</title>\r\n<Script>\r\nfunction window_onload()\r\n{\r\n\tif(ErrMsg.value!=\"\")\r\n\t{\r\n\t alert(\"錯誤信息:\\n\\n\"+ErrMsg.value)\r\n\t}\r\n\tform1.submit()\r\n}\r\n</SCRIPT>\r\n</head>\r\n<body onload=window_onload()>\r\n<input name=ErrMsg type=hidden value=\"");
// end
// begin [file="/DMS/document/CoWork_Msg.jsp";from=(25,41);to=(25,47)]
out.print(ErrMsg);
// end
// HTML // begin [file="/DMS/document/CoWork_Msg.jsp";from=(25,49);to=(32,0)]
out.write("\">\r\n<form name=form1 action=\"/WebAgenda/servlet/ListDocServlet\" target=\"basefrm\">\r\n<input name=Role type=hidden value=\"ROL00061050398110222\">\r\n<input name=Folder type=hidden value=\"1\">\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 + -