2021-06-17 19:06:33 +08:00

11 lines
559 B
Plaintext

<%@page import="com.tenwa.doc.action.WordAction"%>
<%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%>
<%
String filePath=CurPage.getAttribute("filePath");//
String compClientID = request.getParameter("CompClientID");
filePath = java.net.URLEncoder.encode(filePath,"UTF-8");
%>
<iframe src="<%=sWebRootPath%>/servlet/view/topathpdf?CompClientID=<%=compClientID%>&filePath=<%=filePath%>" width="100%" height="800"></iframe>
<%@ include file="/Frame/resources/include/include_end.jspf"%>