1. Klik menu Template lalu Edit HTML
2. Cari kode </Head> dan letakkan kode berikut ini di bawah kode </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 >
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 >
3.Lalu simpan Template
0 komentar:
Posting Komentar