【发布时间】:2019-04-15 01:05:57
【问题描述】:
我需要使用 JavaScript 在iframe 标签中显示一个 pdf 文件
这是我的iframe
<iframe id="iframeFile" name="iframeFile" src="" width="100%" height="100%" title="File" scrolling="auto" style="position:relative;"></iframe>
$('#iframeFile').attr('src', '');
pdf 在 chrome 和 firefox 中显示。但是在 Internet Explorer 中它显示白色的空白屏幕。
【问题讨论】:
标签: javascript jquery internet-explorer iframe cross-browser