Re: [PHP-DB] PHP-HTML-select deny

2004-12-13 Thread aNNa
Hi, sorry this is a bit late - just got back from holiday :) Don't forget css can be disabled very easily in Firefox Opera. So to disable printing too, if you're using the Flash method, then put an empty frame in the movie and make it the only printable frame (label #p). Then what the site

RE: [PHP-DB] PHP-HTML-select deny

2004-12-03 Thread Miles Thompson
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

[PHP-DB] PHP-HTML-select deny

2004-12-01 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hi, what can i do, where users can't select and copy my text from web-page. Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] PHP-HTML-select deny

2004-12-01 Thread Jason Wong
On Wednesday 01 December 2004 20:50, PHPDiscuss - PHP Newsgroups and mailing lists wrote: Hi, what can i do, where users can't select and copy my text from web-page. Don't display any text. If they can see it they can copy it. If you're really determined, then use images instead of text. What

RE: [PHP-DB] PHP-HTML-select deny

2004-12-01 Thread Bastien Koert
don't bother, its not possible... bastien From: [EMAIL PROTECTED] (PHPDiscuss - PHP Newsgroups and mailing lists) To: [EMAIL PROTECTED] Subject: [PHP-DB] PHP-HTML-select deny Date: 1 Dec 2004 12:50:03 - Hi, what can i do, where users can't select and copy my text from web-page. Thanks -- PHP

Re: [PHP-DB] PHP-HTML-select deny

2004-12-01 Thread denys
Bastien Koert a écrit : don't bother, its not possible... bastien From: [EMAIL PROTECTED] (PHPDiscuss - PHP Newsgroups and mailing lists) To: [EMAIL PROTECTED] Subject: [PHP-DB] PHP-HTML-select deny Date: 1 Dec 2004 12:50:03 - Hi, what can i do, where users can't select and copy my text from

RE: [PHP-DB] PHP-HTML-select deny

2004-12-01 Thread Norland, Martin
Hi, what can i do, where users can't select and copy my text from web-page. If you send text to the user, the user can always retrieve that text as just that. Whatever secret l33t code you're trying to protect, is just copied from some dhtml tutorial anyway. Whatever text on the page you

Re: [PHP-DB] PHP-HTML-select deny

2004-12-01 Thread Jason Wong
On Thursday 02 December 2004 00:37, denys wrote: wouldn't it be possible to display the text in a form text area and put it state to disabled ? But if someone really want your text he just have to rewrite it... sigh View source copy paste -- Jason Wong - Gremlins Associates -

Re: [PHP-DB] PHP-HTML-select deny

2004-12-01 Thread denys
Jason Wong a écrit : On Thursday 02 December 2004 00:37, denys wrote: wouldn't it be possible to display the text in a form text area and put it state to disabled ? But if someone really want your text he just have to rewrite it... sigh View source copy paste ooops, I feel a bit

RE: [PHP-DB] PHP-HTML-select deny

2004-12-01 Thread aNNa
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

Re: [PHP-DB] PHP-HTML-select deny

2004-12-01 Thread Bastien Koert
right click view source copy n paste disabling doesn't matter bastien From: denys [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] PHP-HTML-select deny Date: Wed, 01 Dec 2004 17:37:22 +0100 Bastien Koert a écrit : don't bother, its not possible... bastien

Re: [PHP-DB] PHP-HTML-select deny

2004-12-01 Thread Robby Russell
On Wed, 2004-12-01 at 12:50 +, PHPDiscuss - PHP Newsgroups and mailing lists wrote: Hi, what can i do, where users can't select and copy my text from web-page. Thanks render the text to an image. -- /*** * Robby Russell | Owner.Developer.Geek *