打印时IE8错误res://ieframe.dll/preview.js

时间:2011-03-17 06:17:36

标签: javascript internet-explorer-8

这是我的代码,当我执行它时,我收到此错误

res://ieframe.dll/preview.js
at line:14

代码:

var divToPrint1 = $('#PrintDoc').html();
var newWin = window.open('Share Certificate #001', 'Print-Window', 'width=10px,height=10px');
newWin.document.open();
newWin.document.write('<html><body onload="window.print();">' + divToPrint1 + '</body></html>');
newWin.document.close();

任何人都可以帮助我吗? 请不要通过互联网选​​项重新设置IE设置的解决方案。它不起作用。

提前致谢。

1 个答案:

答案 0 :(得分:1)

相关问题