|
|
右键失效 |
|
|
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站 |
<script language="javascript"> <!-- if (window.Event) document.captureEvents(Event.MOUSEUP); function nocontextmenu() { event.cancelBubble = true event.returnValue = false; return false; } function norightclick(e) { if (window.Event) { if (e.which == 2 || e.which == 3) return false; } else if (event.button == 2 || event.button == 3) { event.cancelBubble = true event.returnValue = false; return false; } } document.oncontextmenu = nocontextmenu; //对ie5.0以上 document.onmousedown = norightclick; //对其它浏览器 //--> </script> 放在HEAD之间
|
|
相关文章:相关软件: |
|