<%@ page contentType="text/html; charset=GBK"%><%@ include file="/IncludeBegin.jsp"%><% String sDocNo = CurPage.getParameter("DocNo"); //文档编号 String sAttachmentNo = CurPage.getParameter("AttachmentNo"); //附件编号 String sViewType = CurPage.getParameter("ViewType"); //附件编号 if(sViewType==null) sViewType = "view"; //"view" or "save" String sqlString = sViewType+"@"+sDocNo+"@"+sAttachmentNo; %> <% if(sViewType.equals("view")){%>
<% }else{%>
<% }%> <%@ include file="/IncludeEnd.jsp"%>