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