//Forever Imperfect
Disable Right Click Without Alert

February 26, 2012 @ 1:22 AM | 0 Comment [s]

Bonjour ! hihi , tukar bahase jap . Owner blog ni memang jurubahase :D okay , hari tu punye tuto , ade alert . Hari ni punye tuto tak de alert . so , tak de lah menyemak bile kan . Ikot cikgu shasha okay :)

1. Dashboard -> Design -> Add Gadget -> Pilih Html/JavaScript
2. Copy code di bawah , then paste dekat ruangan html/javascript korang
 
<script language=JavaScript>
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dauspozi.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>
 Then , save :)


Older Post | Newer Post
The Disclaimer

Hi peeps. This is my kingdom , so please respect . Do follow babeh :)


Navigations!

Diary About Stuff


Stardoll

Games for Girls


The Credits!

Template by : Farisyaa Awayy
Basecode by : Nurynn
Full Edited : UR NAME

Best View at GOOGLE CHROME!