Currently working on developing a web-based software that involves printing barcodes.
There are two printers connected to the PC, requiring the user to select the barcode printer for printing barcodes and the laser printer for reports. Is there a way to set a default printer for each type of page? This could potentially be done through browser settings or using Javascript.
For instance:
www.example.com/barcodeprint.php
----> Barcode printer
www.example.com/reportprint.php
----> Laser printer
Appreciate any guidance on this matter.