//Simple is better

Bonjour!
Hey ! Good days to you!


Hi. Assalamualaikum to muslim visitor :) Follow my blog maybe ? Leave your correct URL blog, so that I can visit your's. Bye. xoxo
Status : Waiting for pmr result

Home About Linkies Stuff




Tagboard
Footprints here!






Credits

Basecode: Nadya.
Full edit: SitiSyuhadah
Re-Edit by: Me

Disable Right Click With Text
Assalamualaikum.
Hi ppl. tutorial kali ni bout disable right click. Mungkin korang ada share image hak milik korang, so korang taknak bagi orang copy image korang tuu, korang bolehlaa buat disable right click with text.

1. Pergi dekat template blog korang.

<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="Jangan nakal nak click lagi"; /////////////////////////////////// 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>


  1. Copy ayat kat atas then paste kan dekat 'atas' code blog korang.
  2. Text warna merah tukarkan kepada ayat korang sendiri.

Done.