RE: PHP-HTML-select deny

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Good suggestion Anna, that's what we do for AllNovaScotia.com, plus we add this bit of .css


                @media print { body { display:  none; } }

Then viewer can't print the page. We do this because only certain subscribers have printing privileges.

Regards - Miles Thompson


At 03:31 PM 12/1/2004, aNNa wrote:
>> Hi, what can i do, where users can't select and copy my text from
>> web-page.

Not that I've ever seen the need but this would deter casual copying:

Make a Flash movie with a dynamic, non-selectable text field.  The
movie can load the text (actionscript command is loadVariables) from a
database or a text file via php (or other server side language), or
directly from a text file (but beware of the text file being directly
accessible to a browser).

It's crackable but depends on whether it's worth the effort.

Overkill? Quite probably!

anna

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux