While searching for good links to add to my site I ran across this little bit of javascript to disable right clicking. It actually doesn't stop anyone from stealing your content or code as there are ways around all methods, but it does help to keep honest people honest.
Just add this little script to the opening body tag
Code:
<body oncontextmenu='return false;'>
If you want to encrypt your content to further keep your site safe visit this site
Yeah, theres no way to fully protect content but we get a lot of questions about protecting content with no right click. I thought this might satisfy some of the youngsters.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum