header
 
     
 
pixel
pixel pixel

Disable right clicking and image saving

Add the following javascript to the header of your HTML page to disable right clicking. This prevents users from directly saving images from your website. It's not foolproof by any means - users can still screen capture your webpage or use a variety of other means to save your images but it's one more hurdle, at least:
<script language=JavaScript>
var message="Right clicking has been disabled.";
function click(e)
    {
    if (document.all)
        {
        if (event.button == 2)
            {
            alert(message);
            return false;
            }
        }
    if (document.layers)
        {
        if (e.which == 3)
            {
            alert(message);
            return false;
            }
        }
    }
if (document.layers)
    {
    document.captureEvents(Event.MOUSEDOWN);
    }
document.onmousedown=click;
// --> 
</script>

Unhelpful Helpful Rating 2.5 (score out of 5, no. of ratings: 73)
Comments
Comment by Mario Toussaint on 2004-06-18
Hi, I just notices that when I hover an image where I used your "Disable right clicking and image saving" option, the "Save Image" button (Latest explorer version) appears and you can still save the image. Regards, MT

Comment by dev on 2004-08-12
I have seen ur tutorial it is nice. But i required more ..that is I dont want to save the page by the user. So can u help the script please. Thank you dev

Comment by sinistersilence on 2005-10-11
you moron you have to put it in the of a page, you can't do that on myspace.

Comment by nick on 2005-06-14
Mario- add this to the head tag to stop those buttons from appearing

Comment by J on 2005-11-12
Does this code work on myspace?

Comment by i dont noe on 2005-10-02
omg ive tried so many ways 4 people not 2 copy my stuff and i found this code but i paste it into my myspace.com n it doesnt work i go to my page n right clik n i do can do that .wat im i doing wrong ?

Comment by steph on 2005-12-16
its not workin for myspace..please help!! thanx!

Comment by Anto on 2006-04-09
heyy .. that iis the riight code but javascript doesn't work on myspace. is there a code for thisz that works on myspace? thannksz.

Comment by Alexis on 2006-02-16
Umm..how come its not workin for myspace?

Comment by bb on 2006-03-08
myspace does not alow javascript, so this will not work for your myspace

Comment by eli on 2006-03-12
how can u make the words be transparent and not show, can i put it in my picture page, and will it work in my myspace?

Comment by TOM on 2006-03-18
does this cod ework for myspace, if it does where do you put it?

Comment by John on 2006-05-02
Great page, not too fancy but well balanced! Cheers!

Comment by CJ-GANG on 2007-06-02
dose this work on myspace

Comment by Mavrick on 2011-11-03
Wham bam thank you, ma'am, my qeustions are answered!

Comment by discount Michael Jordan Shoes on 2010-09-17
Air Jordan Shoes are always so attractive, good quality can ensure the wearer's feet, not only that, the Michael Jordan Shoes has become a fashion, many young people are very fanatical Air Jordan. High price so many people can realize their dreams. Well now, our products directly from third-party products, so we can provide cheap Jordan Basketball Shoes and New Jordan Shoes, high quality, excellent service, come on, give yourself a choice. We offerAir Jordan 1, Air Jordan 2, Air Jordan 3,Air Jordan 4, Air Jordan 5, Air Jordan 6, Air Jordan 7, Air Jordan 8, Air Jordan 9, Air Jordan 10, Air Jordan 11 and so on!

Post a Comment
Name
Email
(optional)
Comment
RatingUnhelpful Helpful
Security Image* (this is just to prevent spam submissions)
Security Image