IE11中的iframe内容仅显示白屏

时间:2018-11-12 10:15:37

标签: javascript jquery internet-explorer iframe cross-browser

我需要使用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中,它显示白色空白屏幕。

1 个答案:

答案 0 :(得分:0)

当您尝试在IE 11中打开文件时,它是否显示下载文件的选项?

尝试检查Internet Explorer中是否安装并启用了 Adob​​e Shockwave 插件。

如果它不可用或被禁用,则IE可能会向您显示空白屏幕,并提示您下载PDF文件以在本地查看。

如果您的IE列表中没有它,则可以从Adobe网站下载它。

Adobe Shockwave Player