Please who knows html quickly reply to this:
I need html code for blocking right-click pop-up. That if someone would click with their mouse right side window would open and say, please dont steal my stuff or somth.
I tried this:
<script language="JavaScript"><!--function click(){if (event.button==2){alert('dont copy')}}document.onmousedown=click// --></script>
But it didnt work

Pleaaase help!