nak wat disable right click bukan susah..
senang jer..mule2 kan..
Log in blog>Design>Page Element>
Add Gadget>Open HTML/Page Element>
Copy Code Dibawah
<script language="JavaScript"><br
/><!--
//Disable right mouse click Script
//By ajien //http://ajien-life.blogspot.com/
var message="Jangan Nak Ngade!";
///////////////////////////////////
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")
// --><br /></script>
Pastekan ke HTML/Page Element>Last Skali..SAVE..
Hasilnya:
Selamat Mencuba..
7 comments:
:):):)
nice info
tenkiu..
thanks Ajien :)
http://tiea-ibrahim.blogspot.com/2010/12/i-like.html
nk copy code tu . tp ta bole pun .
:(
@Vanilla Wangy
boley2..tekan CTRL+C..ok??
nak copy gak.. nape x blh pown..
@ainaa.syafiqah27
try tekan ctrl+c untuk copy
Post a Comment