Right-Click Image Protection
If you are using assistive technology and are unable to read any part of the HostMonster website, or otherwise have difficulties using the HostMonster website, please call 866-573-HOST and our customer service team will assist you.
Skip to main content

HostMonster 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 289,187 views bookmark tags: click code image images javascript protect save saving script tips tricks


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

Why don't my images display on my site?
Knowledgebase Article 252,631 views tags: display image images link site website

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.
Knowledgebase Article 170,985 views tags: hotlink htaccess protection

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?
Knowledgebase Article 254,207 views tags: bmp gif images jpg manager png scale thumbnails

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.
Knowledgebase Article 80,677 views tags: guide tips tricks wordpress wp

How do I password protect a folder on my website?
Knowledgebase Article 312,300 views tags: folder password protect

How do I Password Protect a single file on my website?
Knowledgebase Article 285,417 views tags: file passwd password prompt protect secure single

How do I setup Hotlink Protection?
Knowledgebase Article 202,372 views tags: link protection

How can I optimize my images?
Knowledgebase Article 234,323 views tags: images optimize

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.
Knowledgebase Article 122,899 views tags: Marketplace certified premium themes tips wordpress

What is the .htaccess file and where can I find more information?
Knowledgebase Article 2,080,322 views tags: htaccess tips tricks

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.
Knowledgebase Article 118,872 views tags: htaccess pages specific ssl

This site utilizes JavaScript to function correctly. Looks like it's disabled on your browser. Please enable it for your best experience.

For instructions on enabling JavaScript, click here