Bagi sesiapa yang tidak mahu entri mereka dicuri & cipypaste oleh orang.Tip ini boleh membantu anda malah nak highlight perkataan pun tidak boleh betapa berkesanya tip ini.Bagi sesiapa yang tidak sabar-sabar boleh ikut langkah dibawah ini.
Langkah 1
Langkah 1
Copy kode dibawah ini.
<script type="text/javascript">
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
//Sample usages
//disableSelection(document.body) //Disable text selection on entire body
//disableSelection(document.getElementById("mydiv")) //Disable text selection on element with id="mydiv"
</script>
<script type="text/javascript">
disableSelection(document.body) //disable text selection on entire body of page
</script>
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
//Sample usages
//disableSelection(document.body) //Disable text selection on entire body
//disableSelection(document.getElementById("mydiv")) //Disable text selection on element with id="mydiv"
</script>
<script type="text/javascript">
disableSelection(document.body) //disable text selection on entire body of page
</script>
8 Ulasan
saya dah buat dah tutorial ni. terima kasih . Tapi nak tanye , saya punye cursor anime tu die jadi cursor biase . Tahu tak macam mane nak ubah jadi cursor anime balik ?
BalasPadamterima kasih.. :)
BalasPadamThanks kerna Share ;D
BalasPadamtk boleh poon
BalasPadamsye ambik yer ?
BalasPadamtQ :)
da boley . tp asl cursOr tuh jdi biase alek ?
BalasPadamthankss!
BalasPadamTerima kasih.. tutorial yg mantap.. akhirnya berjaya tuk elakkan copy n paste
BalasPadam