%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBegin.jsp"%>
<% String sEDocNo = CurPage.getParameter("EDocNo"); String sEDocType = CurPage.getParameter("EDocType"); String sFullPath = "",sContentType = ""; BizObject bo = JBOFactory.createBizObjectQuery("jbo.edoc.EDOC_DEFINE", "EDocNo=:EDocNo").setParameter("EDocNo", sEDocNo).getSingleResult(false); if(bo != null){ sFullPath = bo.getAttribute("FullPath"+sEDocType).getString(); sContentType = bo.getAttribute("ContentType"+sEDocType).getString(); } String sViewType="view"; //"view" or "save" if(sViewType.equals("view")){ %> <% } %> <%@ include file="/IncludeEnd.jsp"%>