<SCRIPT language=javascript> function click() { alert(''在這里看吧!別拿走了!'') } function click1() { if (event.button==2) {alert(''請珍惜我的勞動(dòng)!'') }} function CtrlKeyDown(){ if (event.ctrlKey) {alert(''別費(fèi)勁了!'') }} document.onkeydown=CtrlKeyDown; document.onselectstart=click; document.onmousedown=click1; </SCRIPT>