Can a web page send to a label printer something different than a standard printer
Posted
by Noah
on Stack Overflow
See other posts from Stack Overflow
or by Noah
Published on 2010-05-20T17:40:11Z
Indexed on
2010/05/20
19:30 UTC
Read the original article
Hit count: 201
For an internal customer service application, I want to create a web page that displays name and address along with some other details.
Assume we have 2 printers, PLASER and PLABEL.
Is it possible using CSS, or other methods, to send the entire page to the printer when printer PLASER is selected, and only the name & address, when printer PLABEL is selected?
© Stack Overflow or respective owner