JavaScript - Pos Receipt Printer
In a web based (POS) application, when user clicks on the Print This Page button, the receipt will be printed out. In javascript, I use: window.open.
The problem is that it always triggers the Print Dialog Window asking to select a printer. My question, how can I suppress this dialog window and dierctly send the receipt to the printer? (There are a lot suggestions on line. I tried quite a few and none worked. I am testing on IE7 and FF3). Thanks to help. Scott Similar Tutorialshi ,i want to print some data using dot matrix printer on pre printed receipts,am using PHP and MYSQL database am getting data FROM DB , now am not getting how to align it, how to print using java script, exactly on those boxes on pre printed reciepts , please any provide me the code
|