Need a new web host or having a problem with a script? Tips and advice on the best way to design, build and maintain your most valuable asset - your website!
How do you make it where when someone tries to copy your information off of your site, a box popluates letting them know it is copyrighted?
0
chatyak86 Posts: 1085 Joined: 17 Jun 06 Trust:
13 Dec 06 6:50 pm
You mean preventing text from being highlighted? Or disabling a right click? If they want your code they can always just view the source code of the page.... you can't stop that.
Adrian,
0
joshua Posts: 37 Joined: 25 Sep 06 Trust:
13 Dec 06 6:52 pm
Yes how do I diasble them from copying it of my main pages. I guess one more deterent can't hurt.
0
chatyak86 Posts: 1085 Joined: 17 Jun 06 Trust:
13 Dec 06 7:28 pm
Put <span onMouseDown="return false"> right after your <body> tag.
Then put </span> before the end body tag (</body>)