Originally Posted by
xpatUSA
There are HTML protection coding protections available, I'm sure - some sites I've put up a warning when you right-click an image, or just plain do nothing. Some fancy code such as JavaScript might do it.
A quick look at a Flickr page reveals:
As I suspected, JavaScript is involved. The attribute: onload="registerFirstPhoto(this)" is a JavaScript statement.
Interestingly, 'noscript' which is there in case your Browser has JavaScript disabled, does appear to show the image without protection and, if you disable JavaScript in your Browser, right-clicking might work!
(pasting the URL shown above won't work because the front bit - http://etc/etc/ - is missing).