Home > Web Front-end > HTML Tutorial > js实现打印之后打印窗体自动关闭_html/css_WEB-ITnose

js实现打印之后打印窗体自动关闭_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:46:14
Original
2138 people have browsed it

js 打印 jsp

   我要实现的一个功能是在一个jsp页面中点击简易打印,然后window.open();一个新窗体,新窗体是我要打印的页面,新窗体会自动执行wb.ExecWB(7,1);实现打印预览,我想关闭预览之后新的窗体也关闭,请问怎么实现,下面是我写的,关闭预览窗体之后新窗口并没有关闭。
    
       wb.ExecWB(7,1);       window.opener=null;       window.open('','_self');       window.close();    
Copy after login


回复讨论(解决方案)

wb.ExecWB(45,1);

wb.ExecWB(45,1);是直接打印吗,我用这个打开新窗口的时候页面一闪而过,不知道有没有打印,选择打印机的页面都没有出现啊。

wb.ExecWB(45,1);
wb.ExecWB(45,1);是直接打印吗,我用这个打开新窗口的时候页面一闪而过,不知道有没有打印,选择打印机的页面都没有出现啊


wb.ExecWB(45,1);
wb.ExecWB(45,1);是直接打印吗,我用这个打开新窗口的时候页面一闪而过,不知道有没有打印,选择打印机的页面都没有出现啊
wb.ExecWB(45,1)是关闭窗口

wb.ExecWB(7,1)setTimeout( 'wb.ExecWB(45,1)',100)
Copy after login
Copy after login



wb.ExecWB(45,1);
wb.ExecWB(45,1);是直接打印吗,我用这个打开新窗口的时候页面一闪而过,不知道有没有打印,选择打印机的页面都没有出现啊
wb.ExecWB(45,1)是关闭窗口

wb.ExecWB(7,1)setTimeout( 'wb.ExecWB(45,1)',100)
Copy after login
Copy after login

谢谢了,此问题已解决。
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template