This topic was locked 19th Jun 08 at 8:18am by Michael |
rosebud Junior Member
 
Posts: 73 Status: Offline Joined:
pm | [F] Disable Right-Clicking? (18th Jun 08 at 10:35pm UTC) | | I know there are other ways around this. I don't know what they are, nor do I want to know. However, can someone please code this if it hasn't already? | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Disable Right-Clicking? (18th Jun 08 at 10:47pm UTC) | | Global footer:
<script type="text/javascript"> <!-- // Disable right-click
document.oncontextmenu = function(){ return false; } //--> </script>
| |
rroll.to— Shorten a link, rickroll your friends. |
|
rosebud Junior Member
 
Posts: 73 Status: Offline Joined:
pm | Re: Disable Right-Clicking? (18th Jun 08 at 11:27pm UTC) | | That was fast! Thank-you! | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Disable Right-Clicking? (19th Jun 08 at 1:10am UTC) | | No problem. | |
rroll.to— Shorten a link, rickroll your friends. |
|