Photobucket
Zuhairah's Freebies
click on the dropdown menu to navigate through this blog

Disable Highlight
Saturday, November 12, 2011 ★ 2:45 AM │ (0) angels
Assalamualaikum ...
Tak nak orang  dapat copy ayat korang?! :) Nak disable highlight terus?! Okay follow it here :)

Seperti biasa yang korang buat,.,..
♦ DAHBOARD → DESIGN → ADD A GADGET → Html/Javascript
♦ Copy and paste code bawah ni and pastekan ke ke dalam kotak yang ada tuh okay?! :)
<script type="text/javascript">
/***********************************************
* Disable Text Selection script- &#169; Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/




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>
SAVE!  siap! Senang je kan?! hehe :)
'SELAMAT MENCUBA'
Wassalam...

Photobucket