iframe引进网页的文件预览不显示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iframe引进网页的文件预览不显示相关的知识,希望对你有一定的参考价值。

<iframesrc="if/dd.htm" scrolling="no"frameborder="0"width="980"height="400"></iframe>

我在网页首页中插入这样一句话,但预览dd,htm不显示,路径,文件都没有错,我将"if/dd.htm" 这里改成http:网址/dd.htm也就是调用了其他网上网页的dd.htm,就能正常显示?

参考技术A 父页面:stockPoolHistoryView.jsp
<head>
<script type="text/javascript">
function iframeStockPoolHistoryViewRecPoolGoGoGo(width,height)
var appSubIframeObj=document.getElementById("stockPoolHistoryViewRecPool");
appSubIframeObj.style.height=height+"px";

</script>
</head>
<body>
<table>
<tr>
<td>
<iframe id="stockPoolHistoryViewRecPool"></iframe>
</td>
</tr>
</table>
</body>
子页面:stockPoolHistoryViewRecRool.jsp
<head>
<script type="text/javascript">
function iframeHeightWidth()
var height = document.body.scrollHeight;
var width = document.body.scrollWidth;
window.parent.iframeStockPoolHistoryViewRecPoolGoGoGo(width,height);

</script>
</head>
<body>
<fs:form>
</fs:form>
<script type="text/javascript">
iframeHeightWidth();
</script>
</body>
参考技术B 还是路径的原因,另外你的问题中的代码里iframe和src之间没有空格,你看你的文件中有没有空格追问

有空格的,这我复制的时候不小心删了,我刚把它传到服务器测试了,也能显示,无语了,不知道问题出在哪

追答

上传到服务器能显示在本地不能显示的话,你就把服务器里的下载下来试试看

参考技术C src="./if/dd.htm"

以上是关于iframe引进网页的文件预览不显示的主要内容,如果未能解决你的问题,请参考以下文章

wamp如何预览网页

js预览PDF文件,使用iframe实现

如何快速制作多个图片文件夹的预览图

vue文件流转换成pdf预览(pdf.js+iframe)

koa中上传文件到阿里云oss实现点击在线预览和下载

文件上传(带有预览模式)