::FSWeaver Official Forum Site::
welcome to FSweaver..Have More Fun and Enjoy.
Register nOW!!!!
::FSWeaver Official Forum Site::
welcome to FSweaver..Have More Fun and Enjoy.
Register nOW!!!!
::FSWeaver Official Forum Site::
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Community Of People Who Are Into Social Networking
 
PortalHomeSearchLatest imagesRegisterLog in
Welcome Here! in FSweaver stay enjoy here have more fun sharing the tricks..

 

 ~no Right Clicks~

Go down 
+4
rezza
___ARDY___
kuntilanak
kacang`z
8 posters
AuthorMessage
kacang`z
» Newbie
» Newbie
kacang`z


Male
Honors : 3
Age : 34
Location : Gresik-Holic
Warnings :
~no Right Clicks~ Left_bar_bleue0 / 1000 / 100~no Right Clicks~ Right_bar_bleue

Honors : 56920
Registration date : 2008-10-18

~no Right Clicks~ Empty
PostSubject: ~no Right Clicks~   ~no Right Clicks~ Icon_minitimeSat Oct 18, 2008 12:11 pm

1.edit di dlm notepad ,save code dg nama norightclick.js
2.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.net
function 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;
// -->
Back to top Go down
http://www.friendster.com/k4c4n9
kuntilanak
» Newbie
» Newbie
kuntilanak


Female
Honors : 8
Age : 29
Warnings :
~no Right Clicks~ Left_bar_bleue0 / 1000 / 100~no Right Clicks~ Right_bar_bleue

Honors : 56920
Registration date : 2008-10-18

~no Right Clicks~ Empty
PostSubject: Re: ~no Right Clicks~   ~no Right Clicks~ Icon_minitimeSat Oct 18, 2008 12:54 pm

terimakasih udah share di sini......
maklum aku masih baru....
Back to top Go down
___ARDY___
» Newbie
» Newbie
___ARDY___


Male
Honors : 34
Age : 34
Location : medan
Warnings :
~no Right Clicks~ Left_bar_bleue0 / 1000 / 100~no Right Clicks~ Right_bar_bleue

Honors : 56920
Registration date : 2008-10-18

~no Right Clicks~ Empty
PostSubject: Re: ~no Right Clicks~   ~no Right Clicks~ Icon_minitimeSat Oct 18, 2008 3:09 pm

wach tahaks bro kacang da shar???
Back to top Go down
rezza
» Newbie
» Newbie
rezza


Male
Honors : 61
Age : 38
Warnings :
~no Right Clicks~ Left_bar_bleue0 / 1000 / 100~no Right Clicks~ Right_bar_bleue

Honors : 56910
Registration date : 2008-10-19

~no Right Clicks~ Empty
PostSubject: Re: ~no Right Clicks~   ~no Right Clicks~ Icon_minitimeSun Oct 19, 2008 4:25 am

Nice Thread....

Hope u share more bruda... Very Happy
Back to top Go down
eMoTaLk
» Newbie
» Newbie
avatar


Honors : 54
Age : 30
Warnings :
~no Right Clicks~ Left_bar_bleue0 / 1000 / 100~no Right Clicks~ Right_bar_bleue

Honors : 56950
Registration date : 2008-10-14

~no Right Clicks~ Empty
PostSubject: Re: ~no Right Clicks~   ~no Right Clicks~ Icon_minitimeSun Oct 19, 2008 5:24 am

nice trick bro..!
thx for shared..! cheers
Back to top Go down
http://profile.friendster.com/diraemo
puyun
» Newbie
» Newbie
avatar


Honors : 3
Age : 34
Warnings :
~no Right Clicks~ Left_bar_bleue0 / 1000 / 100~no Right Clicks~ Right_bar_bleue

Honors : 56910
Registration date : 2008-10-19

~no Right Clicks~ Empty
PostSubject: Re: ~no Right Clicks~   ~no Right Clicks~ Icon_minitimeSun Oct 19, 2008 7:27 am

nice thx da shering hehehe mantap bro kacang.... bounce
Back to top Go down
.dEndEn.22™
» FstarElite
» FstarElite
.dEndEn.22™


Female
Honors : 1283
Age : 35
Location : ► h¡d¡nG ¡nS¡Dε mYsεLf ◄
Warnings :
~no Right Clicks~ Left_bar_bleue0 / 1000 / 100~no Right Clicks~ Right_bar_bleue

FW Mood: : ~no Right Clicks~ 13
Honors : 56898
Registration date : 2008-10-19

~no Right Clicks~ Empty
PostSubject: Re: ~no Right Clicks~   ~no Right Clicks~ Icon_minitimeTue Oct 21, 2008 7:32 pm

Thanks for sharing kacangz. Smile
Keep 'em coming.

Dont forget to put credits if the codes are from others! Thanks!Very Happy
Back to top Go down
http://denden22.ucoz.com
Berastagi
» Newbie
» Newbie
avatar


Male
Honors : 14
Age : 34
Warnings :
~no Right Clicks~ Left_bar_bleue0 / 1000 / 100~no Right Clicks~ Right_bar_bleue

Honors : 56870
Registration date : 2008-10-22

~no Right Clicks~ Empty
PostSubject: Re: ~no Right Clicks~   ~no Right Clicks~ Icon_minitimeWed Oct 22, 2008 11:21 pm

wah ni yg baru ap yg lama yach ?
klo gitu aku coba dulu yach
tanks dah sharing sob
Back to top Go down
Sponsored content





~no Right Clicks~ Empty
PostSubject: Re: ~no Right Clicks~   ~no Right Clicks~ Icon_minitime

Back to top Go down
 
~no Right Clicks~
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
::FSWeaver Official Forum Site:: :: Regional Area :: Indonesia-
Jump to:  
Free forums hosting | ©phpBB | Free forum support | Report an abuse | Forumotion.com