How to hide or take the number of copies from print dialog?

Hello Friends,

My application is in php. i want to take a print out of the current page. I have done with the help of window.print(). That is working fine.

But there is a copies field in the dialog. I want to take this value from my php or i should hide this field.

Please help me out!

Thanks.

Can u plz help me? Will it be done by anyother way?

It can’t be done. JavaScript can open the print dialog but cannot do anything else with it apart from that. The print diaglog is a part of the operating system so only the people who write the operating system can make changes to it.