How to skip the Printing Confirm Window?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fabio81
Forum Newbie
Posts: 1
Joined: Mon May 24, 2004 6:58 pm

How to skip the Printing Confirm Window?

Post by fabio81 »

Hi,
can someone tell me, if it's possible, how to skip, in a PHP administration panel, the windows printing confirm window? :wink:
I would like to print directly from my PHP panel without clicking on the "Print Button".
There's some code to skip this window? With some applications (for example the MsWord printing icon) it's possible!
Help me, please! It's urgent!
Thnks to everybody.
Fabio from Italy. :D
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

AFAIK, it's not possible to skip that window technically... try calling

Code: Select all

window.print()
in some javascript, and try it.
Post Reply