esironal / dwz

Automatically exported from code.google.com/p/dwz
0 stars 0 forks source link

DWZ框架中页面中使用object标签不能显示PDF文档 #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>PdfView</title>
</head>
<body>
    <div>
        <object classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" id="Pdf1" width="100%"
            height="800px">
            <param name="_Version" value="327680">
            <param name="_ExtentX" value="2646">
            <param name="_ExtentY" value="3323">
            <param name="_StockProps" value="0">
            <param name="SRC" value="../../pdf/HTML.pdf">            
        </object>
    </div>
</body>
</html>

在DWZ框架中页面中不能显示PDF文档,

Original issue reported on code.google.com by canpengh...@gmail.com on 16 Oct 2012 at 1:59