window.print - pre-populate 'Number of copies' print dialog?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
crimius
Forum Commoner
Posts: 28
Joined: Sun Oct 13, 2002 6:02 pm
Location: Austin, Texas
Contact:

window.print - pre-populate 'Number of copies' print dialog?

Post by crimius »

I would like to use javascript to have a form print in triplicate.

I can easily do this with window.print() in a FOR LOOP. However, it would be better to simply populate the 'Number of copies' field in the print dialog box with '3' instead of the default '1'.

Is there a way to do this with javascript?

Luckily, the target user will be utilizing IE 5 and above.

Thanks in advance,
-Craig
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I don't know of one. A quick prayer at the alters of Google, would seem to say the same.
crimius
Forum Commoner
Posts: 28
Joined: Sun Oct 13, 2002 6:02 pm
Location: Austin, Texas
Contact:

Post by crimius »

yah, the google gods turned me down too.

thanks for the reply tho :)

-c
Post Reply