Budak Cute Dalam Blog
//DANCING PANDA.
Bonjour!


Assalamualaikum And Hai World , Feel Free To Follow Me. Blog yang penuh dengan kisah hidup , isu semasa , dan freebies adn tutorial :D Be nice and read my blog.TQ


Travel this


Story About Links Goodies


Message

.


Sweetsour
asian, cute, fashion, girl, kfashion
Daisypath Anniversary tickers

Credits Section

Skin By LetthaKyra
Background APK
Best view in Google Chrome only.
Tutorial credit Kemetot Chomel
Tutorial credit II Le Tutorial
Tutorial : Disable Highlight Text
Sunday 25 December 2011 | 04:21 | 0 panda


 Assalamualaikum!

Anda tak suka post anda kena copy ? Di sini ada satu tutorial macammana untuk anda halang post anda dicopy sewenang-wenangnya. Dengan memasang script Disable Highlight Text, ianya akan menghentikan serta merta fungsi select dan juga Ctrl+C.  



1. Pergi ke Dashboard > Layout > Add A Gadget > HTML/Javascript.
2. Copy code di bawah ni dan letakkan pada HTML/Javascript.

<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>

3. Save dan lihatlah hasilnya.
Selamat mencuba :) Credit To  : TENGKUNIZAM


Older Post | Newer Post