I have been told that only makes people more determined to get. I saw a javascript version. The work around being disable javascript. It seems where there is a will, there is a way. I might considering branding so if stolen it would be obvious. Shannon
FF will popup a dialog and then will still show the menu in FF. Besides, it won't prevent people from downloading your images, if this is what you are trying to prevent, that is. In FF, you just go to Page Info and you will see all images on the page and will be able to save them. J.D.
I'm not tech enought to put it on . I will have to find someone that is but thanks for the code. I want it because people are posting my images on other sites using my bandwith
That is not a right click problem, it is called hotlinking. Much more complicated, you should get in touch with someone that can play around with your .htaccess file.
As fryman said, it's not the kind of problem you can resolve with client-side scripting. Find out which sites are hotlinking to your images and block offending IP's. J.D.
well if they cant right click they have to view source to get the code yes??? That is enough for me.. if they go through the trouble of viewing source code i dont mind
No cpanel on this hostng service Im trying to get my web guy to change this site to my other host which has a cp but he is lagging OC (out of control)
You can prevent hotlinking with .htaccess if you're on an Apache Server with Mod-rewrite. If you need a tutorial I posted some links in my blog [seobulletin].
You are missing the point here (sorry). If you consider clicking Tools > Page Info as going through the trouble, then sure, stick this or similar code to each and every of your pages. What we are trying to say here is that this will be more trouble for *you* to maintain the script than it will ever be for *them*. J.D.
I never really understood the whole javascript thing anyways. Invisibly water mark it (there are tutorials) and then keep an eye on your logs. When you visit their site and drag your mouse over the image you know is yours it will show your watermark. An ISP email later and the image is gone. Otherwise, you are fighting a losing battle...
whats an isp email? i email their isp? how do i know whose hosting them this is the site where people post my photos the most www.805bbr.com/forum
This is the one I use: <script type="text/JavaScript"> <!-- //Disable 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>