|
|
|
|
wmikke
|
| Copy protection - Posted on: 19-02-2005 at 14:31 | |

|
With this script you can partially protect your content against copying.
Smart visitors will look at your source code and then copy the text, so it's not completely save, but you don't want to make it to easy...
Paste this code in your <body> tag:
1 2
|
|
<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
|
|
|
|
|
|
|
|