x32x01

ADMINISTRATOR
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 iTabCode.Net forum is prohibited.');
      return false;
    });
</script>
 
Top