
  function click() {
   if (event.button==2) {
    alert('Das Kopieren ist nicht gestattet!');
   }
  }
  document.onmousedown=click

