在firefox中打印页面失败后重新加载

时间:2016-02-11 04:51:19

标签: php jquery iframe

我想从另一页打印一页 目前我正在使用iframe和window.location.replace()来重新加载,当我尝试它时,Chrome中的工作正常Firefox页面正在打印,但没有重新加载我的代码,如下所示:

$('.print').html('<iframe src="print-page.php?parameter=something" style="display:none;"></iframe>');
setTimeout(function() {
                window.location.replace('<?php echo @$redirect_url;?>');
            }, 2000);

提前致谢。

0 个答案:

没有答案