Results 1 to 11 of 11

Thread: right click
      
   

  1. #1
    scubadiver's Avatar
    scubadiver is offline Lieutenant Colonel
    Join Date
    Aug 2006
    Location
    Hawaii
    Posts
    553

    Default 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.

  2. #2
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: right click

    I get the same right click menu I get on any site.

  3. #3
    scubadiver's Avatar
    scubadiver is offline Lieutenant Colonel
    Join Date
    Aug 2006
    Location
    Hawaii
    Posts
    553

    Default Re: right click

    Doesn't pirate mean something sinister?

  4. #4
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default 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.

  5. #5
    LadyEye's Avatar
    LadyEye is offline General & Forum Moderator
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    10,548

    Default 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
    07031847328 / United Kingdom

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

    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)



  6. #6
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default 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.

  7. #7
    scubadiver's Avatar
    scubadiver is offline Lieutenant Colonel
    Join Date
    Aug 2006
    Location
    Hawaii
    Posts
    553

    Default Re: right click

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

  8. #8
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: right click

    Screenshot?

  9. #9
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default 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>

  10. #10
    scubadiver's Avatar
    scubadiver is offline Lieutenant Colonel
    Join Date
    Aug 2006
    Location
    Hawaii
    Posts
    553

    Default 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.

  11. #11
    LadyEye's Avatar
    LadyEye is offline General & Forum Moderator
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    10,548

    Default 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
    07031847328 / United Kingdom

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

    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)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49