P
paul814
Is it possible to disable the print option under file and also the
ctrl-p option on a specific page?
ctrl-p option on a specific page?
Is it possible to disable the print option under file and also the
ctrl-p option on a specific page?
<style type="text/css">
@media print {
BODY { display: none !important;}}
</style>
It is still easily defeatable, but should be effective in persuading users
to go elsewhere.
Well it is not that I want users to go elsewhere, just that this page
will have a big report on it and I don't want them to print the who;e
thing, about 50 pages worth. I rather they use the View by date
option I have set up and only print the date(s) that they want.
But I did try this:
<style type="text/css">
@media print {
BODY { display: none !important;}}
</style>
And it had no effect. I was still able to do a file print.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.