Tutorial : Disable Right Click (Blogskin)
1.Dahsboard > Template > Edit HTML
2.Tekan Ctrl+f serentak dan cari code ni <head>
3.Copy code di bawah.
<script language=JavaScript>
<!--//Disable right mouse click Script
//By Dynamicdrive (renigade@nsimail.com)
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE4(){
if (event.button==2){return false;}}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){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("return false")// -->
</script>
4.Pastekan di bawah code <head>
5.Preview & save.
19 comment [s]:
thanks sangat-sangat ;'D
@syafiqah :) : most welcum :)
thanks for the tutorial =)
@The Fatso Zombie : you're most welcum :)
thanks .. leyh x copy tuto ni .. nanti sye credit
@Marchello Elmo : Sure u can, but don't forget to credit yay :)
^^ klau tak de code 'head' or 'body' tu nak bt mcm mna? Nak create Coding tu boleh tak?
@※ Najia Idrina ※ : Boleh. copy code "head" dan paste bawah code "html" dekat bahagian atas sekali. Hope dapat membantu :)
Ya Allah, jadi lah kak. Terima Kasih sesangat :)
@※ Najia Idrina ※ : Sama-sama :)
thanks for this tuto :)
@하나 : U're welcome :)
thank you:)
Thanks. Saya copy code and credit dekat awak.
Thanx for the tuto. Boleh re-tuto , nnti saye creaditkn..
berguna ni . thanks akak wt tuto ni . ^^
Thank u :)
Thanks! It works! ;)
Berguna ! Thanks
Post a Comment