Announcement

Collapse
No announcement yet.

right click

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • right click

    Aloha, when I right click on my index page a sign comes up that says Pirate!
    This doesn't sound good to me. Can someone with experience with this help explain this to me and what can I do about it please.
    www.hawaiionyourown.com

  • #2
    Re: right click

    I get the same right click menu I get on any site.
    My NASCAR Forum

    Comment


    • #3
      Re: right click

      Doesn't pirate mean something sinister?
      www.hawaiionyourown.com

      Comment


      • #4
        Re: right click

        Do you have some sort of script installed to stop people from right clicking?

        Posting a screen shot of things like this is a good idea so we can see what you mean.
        My NASCAR Forum

        Comment


        • #5
          Re: right click

          Scuba

          You can change the wording in that script ...

          Where it says Pirate - change that to say, "Please do not take my images" or you could say "Please ask Permission" or whatever you wanted to say ...

          You could also get rid of that script, and just post a small transparent shape over your images, and the things that you do not want taken, be careful not to put it over anything that needs clicking, like a link, but if you place this over your image, the user will just get the blank transparent shape instead of your pic, and you will not need the "no right click" script. Just an idea for you ...

          VodaHost

          Your Website People!
          1-302-283-3777 North America / International
          02036089024 / United Kingdom
          291916438 / Australia

          ------------------------

          Top 3 Best Sellers

          Web Hosting - Unlimited disk space & bandwidth.

          Reseller Hosting - Start your own web hosting business.

          Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


          Comment


          • #6
            Re: right click

            I suggest you get rid of the disabling right click - which is what is giving that message. You don't like it - and neither will others :) - even if you change what it says.
            Beth
            A Child's Palace - Pinata Palace - Moxie Enterprises

            SEO and Marketing Tools
            SEO - The Basics

            Comment


            • #7
              Re: right click

              I don't have a disabling right click on any of my images.
              www.hawaiionyourown.com

              Comment


              • #8
                Re: right click

                Screenshot?
                My NASCAR Forum

                Comment


                • #9
                  Re: right click

                  You have disable right click on the entire PAGE. But since it's easy to get around - this is the code you have that is disabling right click:

                  <script language="Javascript1.2">
                  // ***********************************************
                  // AUTHOR: WWW.CGISCRIPT.NET, LLC
                  // URL: http://www.cgiscript.net
                  // Use the script, just leave this message intact.
                  // Download your FREE CGI/Perl Scripts today!
                  // ( http://www.cgiscript.net/scripts.htm )
                  // ***********************************************
                  message = "Pirate!";
                  function NoRig***lick(b) {
                  if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))
                  ||((navigator.appName=="Netscape")&&(b.which > 1))){
                  alert(message);
                  return false;
                  }
                  }
                  document.onmousedown = NoRig***lick;
                  // -->
                  </script>
                  Beth
                  A Child's Palace - Pinata Palace - Moxie Enterprises

                  SEO and Marketing Tools
                  SEO - The Basics

                  Comment


                  • #10
                    Re: right click

                    Silly me, I must have done during one of my marathon working times. Well, at least it is nothing sinister. Thank you for all your explanations everyone. I appreciate your help.
                    www.hawaiionyourown.com

                    Comment


                    • #11
                      Re: right click

                      Hi Scuba

                      In case you are wondering where you may have put this script, it is is the page html, the area that you can find when you click on page properties ...

                      In case you want to remove it, change it or whatever ... that is where you placed the script ...

                      VodaHost

                      Your Website People!
                      1-302-283-3777 North America / International
                      02036089024 / United Kingdom
                      291916438 / Australia

                      ------------------------

                      Top 3 Best Sellers

                      Web Hosting - Unlimited disk space & bandwidth.

                      Reseller Hosting - Start your own web hosting business.

                      Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


                      Comment

                      Working...
                      X