I've been searching a solution for changing the default printer from a java applet (and more) without success.
What I need is to print with javascript's method print(), that prints only in default printer, so, before this, change the default printer to the target printer.
Is this possible? Is there any library to do something like "setDefaultPrinter" or similar?
NOTE: I am trying to print HTML page, rendered as the user sees it in the browser.

