I want to realize print function in Struts,when click a button in jsp page,it will print part of screen information in Printer. I know javascript: window.print() can realize print function,but it don't fit me,because window.print() will print all screen information.I know another method,it will write information into Excel and then print it in Excel,but it don't fit me too,because it don't print directly! I want to know how to realize print function directly?
Thanks in advance