how to print a page in jsp?

hello to every one...

i made a report and when i click on print's link which is on my report page of jsp,a new popup window opens which show the report plus i want that when ever popup wndow open ,file->print... option should also be open..how can i do this?

thanxs in advance...

[299 byte] By [FaiyazAziza] at [2007-11-27 11:10:05]
# 1

Why dont you use window.print() from javascript to print the page?

lrngjavaa at 2007-7-29 13:39:28 > top of Java-index,Java Essentials,Java Programming...
# 2

Hi

You can open a new window, directing it to the report that you want to view. Also, call window.print() in your popup window.

redfragrancea at 2007-7-29 13:39:28 > top of Java-index,Java Essentials,Java Programming...