Page 1 of 1

How to skip the Printing Confirm Window?

Posted: Mon May 24, 2004 6:58 pm
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

Posted: Mon May 24, 2004 7:02 pm
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.