We have a jsp that will be referenced from a kiosk. We need to print to a receipt printer attached to the kiosk. Customer will press a button and we will print a barcode. No dialog ... no hassle (hopefully).
How could this be done? I am guessing we will need to use a client-side script of some sort. Can we access local com ports from javascript?
The kiosk will be running some form of Windows. We do have control over what is installed there.
You can only print on systems that are available on the server side or by manipulating client side program (Browser Plugin).
Possible solutions include:
(You could of course change the code of the browser, but I doubt you want that.)