Page 1 of 1

disable all the print function like java applet did

Posted: Thu Jun 01, 2006 9:28 pm
by lawrence_chtan
Hi guru on the php board

I m having puzzle of this requirement from my supervisor

is that anyway in php to disable the print function.

be it
1. <alt + F> in all the web browser. Print
2. <Ctrl + P> to print
3. Right click to print


any of picture or any of document from the webpage?

as far i notice Java can allow me to do that. but i think it is a little bit too late for me to change all my coding from php to java.....

anyone ever explore in this . Please enlighten me

thanks

Posted: Thu Jun 01, 2006 9:37 pm
by hawleyjr
You can't disable it but you can create a style sheet to hide/show certain items when printed.