Copy-paste another person property article usually has been done by everyone. But I am one who anti copy paste, and Very hate copy paste. Since for I am all articles whom I write at my blog is very valuable. So from that is I write this article is special for you that counter copy paste and Hate copy paste.
This manner is of vital importance to appreciates somebody copyright. By like this, your Blog will free from copy paste by another person. One of the manner that used is with give java script anti right click in your blog. But before use this manner, You must think finally towards your blog. Automatic one who will visit at your blog shy because will felt not pleasant. So that this cause your blog less visited by many people. But not wrong when you are permanent wants to do this manner.
Langkah-langkah untuk memasang Java script anti klik kanan pada blog anda yaitu sebagai berikut:
1. Visit www.blogger.com, then login with your ID.
2. Chose menu Layout.
3. Then Add a Element.
4. Chose HTML/JavaScript.
5. Copy paste the following JavaScript.
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message=" Sorry, this contents can not copy-paste!!! - copyright (c) by maniackom.blogspot.com ";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message=" Sorry, this contents can not copy-paste!!! - copyright (c) by maniackom.blogspot.com ";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
6. Click Save Button.
7. See the result.
Finish...
0 komentar