Forum Moderators: open
If I happened to notice this while I was viewing a site, I'd leave immediately. Firstly, I'd wonder what they were trying to hide. It also goes against the open ethos of the Web.
Nick
A water mark, "sample" stamp on your images, or a transparent gif on top of your images might deter the technically challenged, but if they want it they can get it.
A few sites link to my webcam image (not the page itself) but it doesn't bother me; they show up in my backlinks. :)
I have a similar problem with the photography on my site!
I think what you need to explain to your boss is that a different approach is needed.
Once the image has downloaded onto someone's computer, it doesn't matter how much the source code or the right click has been disabled... the image is on the computer and can easily be retrieved by going to the 'Temporary Internet Files' folder on windows (for example).
Anytime the IE browser menu bar is disabled, all you need to do is press CTRL+N and a new browser comes up, displaying exactly the same page, but with a menu bar.
Just two examples, but it shows how easy it is to steal code and images if you're determined.
I think the best solution by far is to watermark the images. Send me a sticky if you're interested and I'll show you how I watermarked mine non-invasively in a way that practically guarantees, the only way someone can use and display my images means they will be advertising my site at the same time.
NickH: Firstly, I'd wonder what they were trying to hide. It also goes against the open ethos of the Web.
as for the "open ethos" of the web --i thought the ethos was that the "information" is free, not the "skull sweat" that went into making the back end of it work or the decorations on the "pretty store front" ...
There are all kinds of legitimate reasons why someone might want to right-click on a page/image, or view the source. (Follow the link posted by skipfactor for some examples.) In trying to prevent this, you risk annoying the vast majority of users who have no ill intent, while failing to stop the truly criminal.
Nick
and yes ( as you've probably guessed ... ), i happen to use a right click disable on a lot of my stuff. along with a .htaccess file full of know "site rippers". and from skipfactors link: i did especially like the idea of a transparent .GIF as the table background ... ;-)
Disable IE6 Image Toolbar functions for an individual image:
<img src="image.jpg" galleryimg="no">Disable IE6 Image Toolbar functions for all images on the page:
<meta http-equiv="imagetoolbar" content="no">Enable IE6 Image Toolbar functions for a single image
after disabling for the entire page (by using the meta tag):
<img src="image.jpg" galleryimg="yes">You can use the values "true" and "false" as well as "yes" and "no"
with the gallerying attribute.