How to close right click

x32x01
  • by x32x01 ||
How to close right click
Put the code in the desired section:
JavaScript:
<script>
$(document).bind('copy', function(e){
      return false;
    });
</script>
<script>
$(document).bind('copy', function(e){
      alert('Warning! Copying the contents of the TabCode.Net forum is prohibited.');
      return false;
    });
</script>
 
Related Threads
x32x01
Replies
0
Views
704
x32x01
x32x01
x32x01
Replies
0
Views
666
x32x01
x32x01
x32x01
  • x32x01
Replies
0
Views
753
x32x01
x32x01
Register & Login Faster
Forgot your password?
Forum Statistics
Threads
602
Messages
606
Members
63
Latest Member
Marcan-447-
Back
Top