Saturday, November 12, 2011

Protect your Website/blog's content from getting copied


Now a days,one of the biggest problem that the website holders face is their content getting copied,which actually is a really serious matter.

In this article i am gonna show tell you some coding,which surely gonna help you,in protecting your Articles from those copy cats.

Their are two ways,your website/blog content can be stolen,either by Copy or by Cut,so to protect these two from happenning,just add the below coding inside the <body> tag of your website/blog.

-To stop from getting copied:

<body oncopy="return false"> 

-To stop from getting cut:

<body oncut="return false">

0 comments:

Post a Comment