Sebel g c..lo postingan kita d copas gt aja ma orang lain.untuk itu pasang aja kode dbawah ini..langsung ke tutorialnya y..
1.Log in blogger
2.Dashboard--> Design- ->Edit HTML
3.Cari kode </head>
4.Pasang kode dibawah ini SEBELUM kode </head>
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>
5. Sekarang ltinggal d coba y
0 komentar:
Post a Comment