Kumpulan Informasi Loker dan Kuliah di Indonesia

Saturday, February 28, 2015

Agar Posting Tidak Bisa Copy Paste Dalam Blog

11:30:00 PM Posted by Abdul Rohman No comments

Nah.. ini penting juga untuk menghilangkan budaya jiplak atau nyontek. Dalam penulisan artikel-artikel di web/blog sekarang ini sering terjadi copy paste untuk menghindari dari hal tersebut, Anda bisa menonaktifkan copy paste dengan cara sebagai berikut:

1. Login ke Blogger
2. Lalu Klik Menu Template
3. Klik tombol edit HTML
4. Kemudian cari kode </body>
5. Tuliskan kode dibawah ini tepat diatas kode </body>
=========================================================================
<script language='JavaScript1.2'>
function disableselect(e){
return false
}

function reEnable(){
return true
}

document.onselectstart=new Function (&quot;return false&quot;)

if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<script language='JavaScript'>curPage=1;
document.oncontextmenu = function(){return false}
if(document.layers) {
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown = function(e){
if(e.target==document)return false;
}
}
else {
document.onmousedown = function(){return false}
}</script>
========================================================================
6. Dan Simpam Template

0 komentar:

Post a Comment