对象不支持属性'print'IE 11

时间:2015-02-27 21:01:20

标签: javascript internet-explorer iframe printing

目前我有一个嵌入了pdf文件的iframe,我想打印这个pdf,但是当我试图打印它时,它会显示下一条消息:Object doesn't support property 'print'

这是我目前的iframe代码:

<iframe height="329" id="pdf1" src="file.pdf" style="width: 100%;" type="application/pdf"></iframe>

这是我的javascript代码:

document.getElementById("pdf1").focus();
document.getElementById("pdf1").print();

这是一些网站推荐的方式,但仍然没有成功。我目前的PDF阅读器是Acrobat。

提前致谢

0 个答案:

没有答案