how can i disable printing a webpage using PHP or Javascript??
any code??
my system will go like this:
the user can print the webpage (html) only once
and then when he/she will attempt to print again that page,
there will be an alert or message that he/she can't print anymore
(CTRL + P or using File> Print)
i have alreay one field in my database with the value 1 or 0.
If 1, he can no longer print.and if 0 he can print.
Now my problem is how can i disable printing? both using ctrl+p
or using the File Menu.
thanks in advance..