faqts : Computers : Programming : Languages : JavaScript : Windows

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

24 of 47 people (51%) answered Yes
Recently 4 of 10 people (40%) answered Yes

Entry

How do I print a pop up (pdf content) window and close it after it printed from a parent window ?

Jul 6th, 2005 01:26
Duc NA,


I use window.open to open a new window with pdf content (a report
created by JasperReport), I want to print it automaticaly after it
loaded and close it after it printed and go back to parent window? How
do I do?