<SCRIPT language=JavaScript> function click() { if(event.button==2) { alert('对不起,本站禁止复制粘贴') } } document.onmousedown=click </SCRIPT>