Monday, April 26, 2010

printPage - JSP form data into a image for standard print

well if u want to take print when the button click write the script

function printPage()
{
window.print();
}



So the printer installed in ur system get load and the printout the required
page will be out.

No comments: