13 lines
702 B
Plaintext
13 lines
702 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 dFilePath=CurPage.getAttribute("dFilePath");
|
|
String yFilePath=CurPage.getAttribute("yFilePath");
|
|
String compClientID = request.getParameter("CompClientID");
|
|
|
|
%>
|
|
<iframe src="<%=sWebRootPath%>/servlet/view/topathpdf?CompClientID=<%=compClientID%>&filePath=<%=dFilePath%>" width="100%" height="800"></iframe>
|
|
<iframe src="<%=sWebRootPath%>/servlet/view/topathpdf?CompClientID=<%=compClientID%>&filePath=<%=yFilePath%>" width="100%" height="800"></iframe>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%> |