Korang tak suka post korang kena copy? Di sini ada satu tutorial macammana untuk korang halang daripada post korang dicopy sewenang-wenangnya. Dengan memasang script
Disable text selection, ianya akan menghentikan serta merta fungsi select dan juga Ctrl+C. Jom terjah sikit...
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- © 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.
Note : Untuk makluman, tutorial ini hanya terpakai untuk teks sahaja tau, untuk image still boleh di copy dengan fungsi right click. Salah satu cara kalau korang tak nak gambar dicuri, letak signature kt gambar korang tuh. Sure tak ada orang amik..huhuhu......
Good Luck!
nur atiqah · 732 weeks ago
Jay · 732 weeks ago
cik tim · 732 weeks ago
My recent post auwww- birooooo nya mataku -
Jay Xs · 732 weeks ago
My recent post Dia Dah Berkahwin Dengan 29 Wanita!
zaireey · 672 weeks ago
My recent post zaireey@pendidikan jasmani dan sains sukan
lepak 51p · 672 weeks ago
My recent post Bob kuman meninggal dunia..Al fatihah....
Carlos Santiago · 614 weeks ago
My recent post BAN PolitiFag - Apa Yang Terdapat Dalam "Water Canons" Yang Disembur Polis
Dee · 603 weeks ago
thanks for the sharing.. saya baru nak berjinak2 dgn blog.. nak tanya.. kalau dah buat lepas tu kita tukar2 template,
then tak boleh nak buang pulak skrip tu sebab dah tak jumpa dia punya fungsi HTML tu.. macamanalah? kalau sesiapa di sini tahu blh bantu saya?
thanks
My recent post Selamat Hari Kemerdekaan Malaysia ke- 56
Dee · 603 weeks ago
saya dah berjaya settlekan masalah tu..
godek2 rupa2nya HTML code ada tp nama 'Title HTML' tu dah jadi lain..
ok tq2 yer..
My recent post Selamat Hari Kemerdekaan Malaysia ke- 56
lepak · 602 weeks ago
My recent post Nahas Genting 21/8/2013: Bas masuk gaung
wanie · 536 weeks ago