kacang`z » Newbie
Honors : 3 Age : 34 Location : Gresik-Holic Warnings : Honors : 58780 Registration date : 2008-10-18
| Subject: ~no Right Clicks~ Sat Oct 18, 2008 12:11 pm | |
| 1.edit di dlm notepad ,save code dg nama norightclick.js2.upload di hostingan km.......!! 3.generate linker js yg km save tadi..... 4.trus copi paste linker yg udah km generate tadi .. paste di About Me section.
1. No Right Click Shake
- Code:
-
document.write('body oncontextmenu="return false"'); http://FriendsterMagic.netfunction shake() { if (event.button==2) { var x=10 if (document.all||document.layers) { for (i=0;i,i<20;i++){ window.moveBy(0,x) window.moveBy(x,0) window.moveBy(0,-x) window.moveBy(-x,0) } } } } document.onmousedown=shake; 2. No Right Click Without Alert - Code:
-
//Friendstertalk.com function nrcIE(){ if (document.all){return false;}} function nrcNS(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=nrcNS; }else{document.onmouseup=nrcNS;document.oncontextmenu=nrcIE;} document.oncontextmenu=new Function("return false");
3. No Right Click with Alert Box - Code:
-
//Friendstertalk.com message = "bawal yan";
function NoRightClick() { if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1)) ||((navigator.appName=="Netscape")&&(b.which > 1))){ alert(message); return false; } } document.onmousedown = NoRightClick; // --> | |
|
kuntilanak » Newbie
Honors : 8 Age : 30 Warnings : Honors : 58780 Registration date : 2008-10-18
| Subject: Re: ~no Right Clicks~ Sat Oct 18, 2008 12:54 pm | |
| terimakasih udah share di sini...... maklum aku masih baru.... | |
|
___ARDY___ » Newbie
Honors : 34 Age : 34 Location : medan Warnings : Honors : 58780 Registration date : 2008-10-18
| Subject: Re: ~no Right Clicks~ Sat Oct 18, 2008 3:09 pm | |
| wach tahaks bro kacang da shar??? | |
|
rezza » Newbie
Honors : 61 Age : 38 Warnings : Honors : 58770 Registration date : 2008-10-19
| Subject: Re: ~no Right Clicks~ Sun Oct 19, 2008 4:25 am | |
| Nice Thread.... Hope u share more bruda... | |
|
eMoTaLk » Newbie
Honors : 54 Age : 31 Warnings : Honors : 58810 Registration date : 2008-10-14
| Subject: Re: ~no Right Clicks~ Sun Oct 19, 2008 5:24 am | |
| nice trick bro..! thx for shared..! | |
|
puyun » Newbie
Honors : 3 Age : 35 Warnings : Honors : 58770 Registration date : 2008-10-19
| Subject: Re: ~no Right Clicks~ Sun Oct 19, 2008 7:27 am | |
| nice thx da shering hehehe mantap bro kacang.... | |
|
.dEndEn.22™ » FstarElite
Honors : 1283 Age : 35 Location : ► h¡d¡nG ¡nS¡Dε mYsεLf ◄ Warnings : FW Mood: : Honors : 58758 Registration date : 2008-10-19
| Subject: Re: ~no Right Clicks~ Tue Oct 21, 2008 7:32 pm | |
| Thanks for sharing kacangz. Keep 'em coming. Dont forget to put credits if the codes are from others! Thanks! | |
|
Berastagi » Newbie
Honors : 14 Age : 34 Warnings : Honors : 58730 Registration date : 2008-10-22
| Subject: Re: ~no Right Clicks~ Wed Oct 22, 2008 11:21 pm | |
| wah ni yg baru ap yg lama yach ? klo gitu aku coba dulu yach tanks dah sharing sob | |
|
Sponsored content
| Subject: Re: ~no Right Clicks~ | |
| |
|