Tuesday, July 13, 2010

Acessing Printer using jsp page

Those who like or need to access Printer from there jsp page.they have to setup Printer.Next from there jsp page they have to put the following code for the button implementation.

< input type="button" value="Print this page" onClick="window.print()" >

or else your have to use

java.awt.print Package.

No comments: