I'm coding a web based software. I print barcodes.
There are 2 printers at the PC, so user always has to select barcode printer for printing barcode and laser printer for printing reports.
Is there any way to set a printer for a page. (From browser settings or via javascript)
For example :
www.example.com/barcodeprint.php
----> Barcode printer
www.example.com/reportprint.php
----> Laser printer
Thanks