九州登录

九州登录

培育新运动 激发新活力——公司工会开展飞盘趣味体验赛

阅读次数: 28188 发布时间: 2023-06-29 14:41
' + '

九州登录

' + '

' + 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); } }