Script Untuk Mencegah Website di Copy Paste

Script Untuk Mencegah Website di Copy Paste. Dibawah ini adalah script yang mungkin agan butuhkan agar blog atau web agan aman dari tindakan sopy paste.

letakkan kode ini di atas tag</head>


<script type="text/javascript">
if (typeof document.onselectstart!="undefined") {
document.onselectstart=new Function ("return false");
}
else{
document.onmousedown=new Function ("return false");
document.onmouseup=new Function ("return true");
}
</script>

Semoga membantu ya....kelkelkel,,,,

Post a Comment

0 Comments