让服务器上的pdf文件在网页中打开

 1 <html xmlns="http://www.w3.org/1999/xhtml" >
 2 <head runat="server">
 3     <title>DocRead</title>
 4 </head>
 5 <body>
 6     <div>
 7                   <object type="application/pdf" data="服务器路径" style="margin:0px 120px;" width="1000" height="800" ></object>
 8     </div>
 9 </body>
10 </html>
posted @ 2012-04-13 11:49  fycaijing  阅读(1955)  评论(3)    收藏  举报