Page 1 of 1

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

Posted: Mon Apr 04, 2005 11:39 am
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

Posted: Mon Apr 04, 2005 11:45 am
by feyd
I don't know of one. A quick prayer at the alters of Google, would seem to say the same.

Posted: Mon Apr 04, 2005 2:14 pm
by crimius
yah, the google gods turned me down too.

thanks for the reply tho :)

-c