How do I prevent users to my website from being able to download jpg photos using the right-click feature.
Also, I would also want to prevent the Pictures toolbar from being visible to also prevent saving photos using the toolbar?
To disable the IE Image Toolbar for your personal browser sessions, simply right click on the toolbar. The Disable toolbar window pops up giving you the option of disabling the current session or all future sessions.
In addition, it can be turned on and off by going to Tools >> Internet Options >> Multimedia and look for the "Enable Image Toolbar" then check to enable or uncheck to disable.
Use the code below to disable the toolbar for site visitors.
Code:
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
As to disabling the saving of images, you could find some no right click image scripts, but this still wouldn't prevent them from using Print Screen to capture the image and then saving it from there. This might irritate some users, but I would guess we aren't the only ones who turned it off.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.