九州登录

企业党建

《求是》杂志发表习近平总书记《关于〈中共中央关于进一步全面深化改革、推进中国式现代化的决定〉的说明》

阅读次数: 10192 发布时间: 2024-08-19 11:56
' + '

九州登录

' + '

' + title + '

' + '' + '' + attachHtml + ' '; // 创建隐藏 iframe,写入内容后打印,打印完成移除 var printFrame = document.createElement('iframe'); printFrame.style.position = 'fixed'; printFrame.style.right = '0'; printFrame.style.bottom = '0'; printFrame.style.width = '0'; printFrame.style.height = '0'; printFrame.style.border = '0'; document.body.appendChild(printFrame); var doPrint = function(){ try { printFrame.contentWindow.focus(); printFrame.contentWindow.print(); } catch (e) {} // 打印对话框关闭后移除 iframe setTimeout(function(){ if (printFrame && printFrame.parentNode) { printFrame.parentNode.removeChild(printFrame); } }, 1000); }; var fdoc = printFrame.contentWindow.document; fdoc.open(); fdoc.write(printHtml); fdoc.close(); // 等待 iframe 内资源(图片等)加载后再打印 if (printFrame.contentWindow.document.readyState === 'complete') { setTimeout(doPrint, 300); } else { printFrame.onload = function(){ setTimeout(doPrint, 300); }; } }); }); function parentFunction(e){ if(e){ $('#articleIframe').height(e); } }