Friday, April 15, 2011

TUTORIAL NO SELECT PADA ENTRY


Okey ini tutorial untuk no select pada entry. Bagi orang yang tak suka berlakunya sesi copy mengcopy entry boleh ciba ini. Code ini tak sama macam dynamic drive punya sebab kalau menggunakan dynamic drive terdapat sesetengan browser masih boleh select. Walaupun orang boleh cari inisiatif lain nak copy tapi sebagai pencegahan boleh cuba. Lagi-lagi orang yang berkarya.

Langkah-langkah :

1. Log masuk blogger > design
2. Klik add gadget
3. Pilih HTML/Javascript
4.  Copy code dibawah



<script language="JavaScript1.2">
//Disable select-text script (IE4+, NS6+)- By Loris Ayvazyan
//Exclusive permission granted to all the ebay community
//Visit me on ebay @ ridertrading for this script
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>
<script language="JavaScript">
<!--
//Disable right mouse click Script
//By (LORIS AYVAZYAN) w/ mods by Ari Vekal Productions
//For full source code, visit me on ebay @ ridertrading
var message="FUNCTION DISABLED!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</scrip></script>

5. Pastekan pada ruangan HTML/ Javasript
6. Save.

Selamat mencuba. Periksa boleh tak select entry blog anda itu okey. Nak tahu yang dynamic drive punya macam mana sila klik -> DYNAMIC DRIVE NO SELECT
♥ ♥ KITA SAMA-SAMA KONGSI © AMIRA ATIYA ♥ ♥

No comments: