Re: can i print on client machine from jsp page
Posted By:
Sujatha_Gopal
Posted On:
Friday, December 12, 2003 12:04 AM
The server process the client request and sends the response to the client.jsp page cannot do directly print on client printer.
The print option is a action to happen related to client machine. Once on receiving the password from the server there must be some client application (say applet) required to print the password on the client printer.