|
|
shuttersight's photostream |

function right(e) {
var msg = "right-clicking on images is not permitted.";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);
return false;
}
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg);
return false;
}
else return true;
}
function trapclick()
{
if(document.images)
{
for(i=0;i<document.images.length;i++)
{
document.images[i].onmousedown = right;
document.images[i].onmouseup = right;
}
}
}
Photos of shuttersight (2)
shuttersight's favorite photos from other Flickr members (49)
Contacts (28)
Groups (5)
- Picture Perfect Postcard Shots 258 photos, 58 members
- The Light Room Photography 52 photos, 50 members
- Diwali 2008 164 photos, 107 members
- Chennai Photography Club ( CPC ) 52,912 photos, 2,367 members
- Cognizant Photographers Club (CPC) 3,150 photos, 203 members
Testimonials (0)
shuttersight doesn't have any testimonials yet.
- Name:
- Shutter Sight
- Joined:
- May 2007













