15/12/2009

Tips disable right click

Assalamualaikum

td aku blog walking jap aku jumpe tips ni
sori ek tuan punye entry ni aku copy hehehe


aku da try pun best2!! hehehe
disable right click ni utk sape2 xnak entry dorang kene copy leh r try..
aku saje2 je nk wat hehehe..
senang banget wat nye =)










1) Buka Layout Page Elements - Add a Gadjet
2) Then pilih HTML/JavaScripts dan copy paste code di bawah ni :


<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="
message~";

///////////////////////////////////
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")

// -->
</script>









3) Ayat dalam font Biru tu, korang tukor ngan ayat korang sendiri
4) Lastly tekan Save .Done!

selamat mencube =)

kredit to intan



4 Tukang kata:

Eyriqazz berkata...

Menarik tips ni..ble la cuba nanti..u dah cuba lom?Berkesantak?

http://eyriqazz.blogspot.com/

mIsTa aLeH berkata...

sudah tentu..
try right click da xleh punye =)

intanurulfateha (◡‿◡✿) berkata...

.heee tenks sbb linkback ;)

.dlu i buat gk bnde ni
.tp since blogger laen nk copy tutorial i x leh, i buang balik
.hehehe ;)

mIsTa aLeH berkata...

hehehe
i saje jek try blajo hehehe..
thanks for ur tips =)

LinkWithin

Related Posts with Thumbnails