Yes again and again
I'm looking for javascript that would disable right click only on ONE image on my website.
I search google but without success![]()
Yes again and again
I'm looking for javascript that would disable right click only on ONE image on my website.
I search google but without success![]()
Why? No matter what you do it'll be easy to get around and steal that image.
Anyway, you should be able to just get around that by doing one of two things:
1. use an existing script and use the onClick attribute of the image tag.
2. place another transparent element on top of the image
Or, to get smart here, why not just make it a background of a region so it isn't available to be selected?
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
I know very well that there isn't 100% image steal protection.
But users on my site aren't aware that there are some photos that have copy rights.
That's why I'm looking simple script that would simple warning non-aware users about protected images with disabling right click on them.
Watermarks-- they can't be removed very easily (photo manipulation is possible, but hard work), and will clearly make it copyrighted.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Add this to your footer of the page:
HTML Code:<p>Copyright © 2008 [your company name]. All images on this site are protected by copyright law, so no stealing without explict permission.</p>
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Did that but you can't believe that people doesn't want to see it.
I find perfect solution for me:
Check it out:Code:<img style="background:url({media_src}) no-repeat; border: 0px solid black" src="/images/gallery/transparent.gif" width="{width_preview}" height="{height_preview}" style="" GALLERYIMG="no" alt="{image_name}" />
http://www.slo-foto.net/galerija_slika-33836.html
Hit Print Screen and you got the image.
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Yeah I knowbut "amater" users don't have time or don't know how to do that.
I quote again:
I know very well that there isn't 100% image steal protection.
Bookmarks