I have a web page that sends a copy to the printer just fine and dandy.
However, now the customer wants to send 2 copies to the printer (one for customer, one for records etc)
now, Im guessing I could do
But hat seems inelegant. Is there a way of sending copies=2 via the javascript call? (Ive tried window.print(2); and that didnt work :-/
Cheers
K
However, now the customer wants to send 2 copies to the printer (one for customer, one for records etc)
now, Im guessing I could do
Code:
window.print();window.print();
But hat seems inelegant. Is there a way of sending copies=2 via the javascript call? (Ive tried window.print(2); and that didnt work :-/
Cheers
K