为了账号安全,请及时绑定邮箱和手机立即绑定

通过iframe实现打印pdf,浏览器警告怎么办?

通过iframe实现打印pdf,浏览器警告怎么办?

波斯汪 2019-02-07 18:15:22
我想通过iframe来打印一个pdf文件,但是有时候浏览器会警告 Resource interpreted as Document but transferred with MIME type application/pdf 。通过测试是能打印的,但是偶尔就会报这个警告不能打印,出现警告无规律,点几次就出。function test(){           var  iframe = document.getElementById("printIframe");      iframe.type="application/pdf";      document.getElementById("printIframe").src = 'GWTJM.pdf';       if (iframe.attachEvent){             iframe.attachEvent("onload", function(){               // alert("Local iframe is now loaded.");               document.getElementById("printIframe").contentWindow.print();        });         } else {         iframe.onload = function(){              // alert("Local iframe is now loaded.");              document.getElementById("printIframe").contentWindow.print();        };      }            }
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1221 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信