-
27-10-08, 06:22 #1
Senior Member I was here more times.
- Join Date
- Jan 2008
- Posts
- 224
- Rep Power
- 0
How to disable right click on the images ??
Right clicking on the images leads to downloading of images to the hard disk from sites, but I can trace some sites which has right click disabled. How did they do it ?
-
27-10-08, 07:22 #2
Member I can help you
- Join Date
- Jul 2008
- Posts
- 58
- Rep Power
- 0
They use a javascript.
Code:<script language=JavaScript> <!-- //Disable right mouse click Script //By Kijairo! var message="Function Disabled!"; /////////////////////////////////// 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>
-
27-10-08, 09:56 #3
So will this javascript work on a blog based on HTML ??
Hidden Content
Hidden Content
Hidden Content
Hidden Content
Any suggestions for Online or Hosting or blog setup Contact me
-
27-10-08, 10:08 #4
Member I can help you
- Join Date
- Jul 2008
- Posts
- 58
- Rep Power
- 0
Originally Posted by nick_westlife
Like i said you can easily bypass this code :?
You can also edit the message it display just replace the ''function disabled'' with your own message.
var message="Function Disabled!";
-
29-10-08, 08:05 #5
Master Member I was here more times.
- Join Date
- Sep 2008
- Posts
- 705
- Rep Power
- 0
hey dude this site might be useful for the ppi programs i think.but if you disable the right click option this might not help in ppi.i need a javasrciot that leads to downloading if we right click on anything.please help me.
-
04-11-08, 06:42 #6
Senior Member I was here more times.
- Join Date
- Sep 2008
- Posts
- 222
- Rep Power
- 0
go to regedit in this local machine >software>microsoft>windows>currentuser>u will find option
Similar Threads
-
Win money sharing images on forums
By pepitaputa in forum Make money without websiteReplies: 4Last Post: 03-12-20, 23:50 -
Win money sharing images on forums
By pepitaputa in forum Make money without websiteReplies: 0Last Post: 03-03-11, 13:47 -
help with adding images
By saintdrone in forum Make money without websiteReplies: 0Last Post: 15-10-09, 03:20 -
Looking for images
By cj monaco in forum Affiliate program networksReplies: 12Last Post: 13-12-08, 15:15 -
New Paid to Click Pays $150 per click, what is your opinion?
By alpine in forum Make money without websiteReplies: 10Last Post: 25-11-08, 23:17
Bookmarks