HTML » No right click
Place this anywhere on your page. Change "Message here" to what you want to tell players when they right click on your page to copy. The code will block people from right clicking on your page, and reduce stealing from it. It only works in Internet Explorer.
<style onload="function noRightClick() {if(event.button==2)
{alert('Message here')}}document.onmousedown=noRightClick">
<style> body {background-color=white}</style>