Print and Preview

网页打印功能实现

function print(preview)
     {
        var content=window.document.body.innerHTML;
        var oricontent=content;
        while(content.indexOf("{$printhide}")>=0) content=content.replace("{$printhide}","style='display:none'");
        if(content.indexOf("ID=/"PrintControl/"")<0) content=content+"<OBJECT ID=/"PrintControl/" WIDTH=0 HEIGHT=0 CLASSID=/"CLSID:8856F961-340A-11D0-A96B-00C04FD705A2/"></OBJECT>";
        window.document.body.innerHTML=content;
        //PrintControl.ExecWB(7,1)preview,(1,1)open,(4,1)save,(17,1)select all,(10,1)property,(6,1)print,(6,6)print directly,(8,1)page setting 
        if(preview==null)
        {
         PrintControl.ExecWB(4,1);
        }
        else
        {
       
        }
        if(preview==false)
        {
       
         PrintControl.ExecWB(6,1);
        }
        else
        {
        PrintControl.ExecWB(7,1); //OLECMDID_PRINT=7; OLECMDEXECOPT_DONTPROMPTUSER=6/OLECMDEXECOPT_PROMPTUSER=1
        }
        window.document.body.innerHTML=oricontent;
     }

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值