Not true -- you can use JavaScript to catch right-click events and do something 
creative with them, or disable them entirely.

But that, of course, is a client-side scripting issue, which has nothing to do with 
server-side languages such as PHP.

Cheers,
Alex



> On Thursday 23 January 2003 17:52, Anthony Rodriguez wrote:

> > Hi!
> >
> > A client wants to test market two versions of an advertising but wants to
> > disable the users' ability to copy/save the ads (right click, copy/save).
> >
> > How can this be done in PHP?
> 
> It can't be done, period. You need to get the data to the browser for it to be 
> displayed. Once it's on the user's browser a determined user will be able to 
> save whatever it is that's being displayed.
> 
> -- 
> Jason Wong -> Gremlins Associates -> www.gremlins.biz
> Open Source Software Systems Integrators
> * Web Design & Hosting * Internet & Intranet Applications Development *
> 
> /*
> It is wrong always, everywhere and for everyone to believe anything upon
> insufficient evidence.
> - W. K. Clifford, British philosopher, circa 1876
> */

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

Reply via email to