Blok Isian
Hehehehe, hari ini gue iseng aja. biar bisa diblok jeroan yg ada di blog ini.Siapa tau ada yang butuh isi dari post guekan, who's know? . berikut script yang gue pake yang boleh nemu di mbah gugel.
<script type="text/javascript">
<!--
//Disable select-text script (IE4+, NS6+)
///////////////////////////////////
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
//
</script>
