|
Hi,
I'm developing a web application for our company and i hit a wall with the printing feature.
What I need is something like this: if the user presses a button, two copies of the current page (of course, with separate css for print media) will be printed out on the default printer. And there must not be any other content generated by the browsers (headers like the url, page title, page 1 of x, etc).
Is there any way to achieve this functionality? Right now all i can do is pop up the printing dialog with a simple javascript command, but thats unacceptable...
|