Question:

Is there a way to disable the right click function on my Site Solutions website?

by  |  earlier

0 LIKES UnLike

My website is for my Licensed Childcare Center. In order to protect the photgraphs of the children that I put on the site, I would like to disable the right click function so photos cannot be copied or saved. I know it is possible to do this on other site building websites, but I cannot figure out how to accomplish this task on my Site Solutions site.

 Tags:

   Report

4 ANSWERS


  1. Insert the following code into the HEAD of your html page.  It is a "No Right-Click" code and it works.  Take note of the all caps "YOUR WEB SITE ADDRESS" in the code.  Delete this and Insert your web site address here (don't use the quote marks).

    <head>

    <script language="JavaScript"> <!--

    // No rightclick script v.2.5

    // (c) 1998 barts1000

    // barts1000@aol.com

    // Don't delete this header!

    var message="Sorry, that function is disabled.\n\nContents & Graphics Copyright © "YOUR WEB SITE ADDRESS"\nOur work is not Public Domain, and should NOT be taken from this site."; // Message for the alert box

    // Don't edit below!

    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>


  2. Um...The pix CAN be copied...no matter what.

    I do it all the time. Even with right-click disabled.

    If you don't want them copied, don't post them.

  3. everything what you see on you screen is downloaded in your computer, you don't even have to use your mouse to copy it, it is already in your temporary Internet files folder, so to turn off the right click is an illusion, but i agree it gives some 'assurance to the parent of the kids, but in fact it is not giving real protection,

  4. Going by what the people say above me then I would have to encourage you to go to a Web Page designer.  I have also been to web sites where I tried to take a picture off a site and was unable to.

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.