打印文件在IE-64bit中不起作用 [英] Print file not working in IE-64bit

查看:83
本文介绍了打印文件在IE-64bit中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有人,

我正在使用以下代码来打印.pdf文件.它在IE32bit上可以正常工作,但在IE64bit上却不能. -错误消息:脚本错误..!

Dear All,

I am using following code to print .pdf file. Its working fine in IE32bit but not in IE64bit. - Error msg : Script Error..!

<html>
<head>
<script>
function doit() {
var x = document.getElementById("doodad");
//.document.plugins.whatever
x.click();
x.setActive();
x.focus();
x.print();
 }
</script>
</head>
<body>
lt;embed id="doodad" src ="D:\Documents and
Settings\ron\Desktop\eth_cli.pdf" width="550" height="550"
name="whatever">
<button  önclick="doit()">howdy</button>
</body>
</html>



请帮我解决这个问题.
-
YRishi



Plase help me on this.
-
YRishi

推荐答案

单击开始">在搜索栏中输入:regsvr32 ieframe.dll

点击Enter.这将重新注册dll文件:ieframe.dll.

如果没有帮助,请尝试使用Microsoft Fix It轻松重置Internet Explorer设置.您无法在IE 64位中打印或查看网页的打印预览,也无法使用某些打印机从IE打印

Microsoft自动故障排除服务解决打印和打印机问题Windows俱乐部

希望对您有所帮助.
Click Start > Type in Search Bar: regsvr32 ieframe.dll

Click Enter. This will Re-register the dll file: ieframe.dll.

If it doesn''t help, try to Reset Internet Explorer settings easily using Microsoft Fix It. You cannot print or view the print preview of a webpage in IE 64bit and cannot print from IE using some printers

Fix Print & Printer problems with Microsoft Automated Troubleshooting Services | The Windows Club

Hope it helps.


这篇关于打印文件在IE-64bit中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆