inser an html area in page then copy the following code into it....then open the same page in PIA.
<html>
<body>
<iframe src ="\\psserver\temp\purchase.pdf" width="700" height="500">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>
src is path to file or webpage.
replce src by "http://www.w3schools.com" then see.
插入HTML iframe元素教程
本文详细介绍了如何在网页中使用HTML的iframe元素插入本地文件或网页的方法,通过一个具体的示例展示了如何设置iframe的src属性指向本地PDF文件,并提供了替换为网络地址的演示。

被折叠的 条评论
为什么被折叠?



