<script type="text/javascript">
    function block(oEvent){
      if(window.event)
      oEvent=window.event;
     if(oEvent.button==2)
     alert("鼠标右键不可用!");
    }
    document.
</script>