Just Host Web Hosting Help
Right-Click Image Protection
You can stop right clicks with a script (copy and paste it from this page if you want to) in the <HEAD> section of your HTML code.<script type="text/javascript"> var msg="mouse right click disabled(or any message you want)"; function click(e) { if (document.all) { if (event.button == 2) { alert(msg); return false; } } if (document.layers) { if (e.which == 3) { alert(msg); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; </script>
Knowledgebase Article
291,180 views
bookmark
share
tags: click code image images javascript protect save saving script tips tricks
Share or save this via:
Recommended Help Content
Why don't my images display on my site?
I need to protect the /images folder to not show images when people type in the correct URL like www.mydomain.com/images/ to protect from prying eyes.
How do I view Thumbnails of images in a directory? How do I scale images? How do I convert an image to a jpg, gif, bmp, or png?
Related Help Content
Versatile and robust, WordPress is a favorite among applications and content management systems. This article provides nine tips for working in WordPress.
How do I password protect a folder on my website?
How do I Password Protect a single file on my website?
How can I optimize my images?
Whether you’re starting from scratch or updating an existing website, choosing the right theme will make it easier to create a professional-looking site and achieve your online goals.
What is the .htaccess file and where can I find more information?
This article will show a way to protect specific pages of your website with SSL. This may have benefits for SEO and can be used on pages that contain forms, shopping carts or any other page where users might enter sensitive information.