< Back

Document Subject: Stop right click save as on graphics on a web page
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#StopSaveAs or http://A555F9/nn.nsf/ByAlias/StopSaveAs

Afetr creating an image and photo directory for a friend he asked how to stop users from right clicking and saving as on an image.




 

Stick this in the body tag:

oncontextmenu="return false" onselectstart="return false" ondragstart="return false"