how to restrict user to copy web content

html, javascript

Solution

Even if he was to build the system in flash the user could still hand write out the content if they desperately wanted it, like everyone else said its impossible to stop a determined person from getting your content, unless of course you don't display it.

Problem

I am creating a web site and my client demands to `restrict user to copy TEXT displayed on the web page`.how can I do that? I am using PHP and HTML in my application.

Original source

Related problems