<!-- 禁用右键
function click() {
   if (event.button==2) 
     {alert('本窗口禁用右键功能!') }}
     document.onmousedown=click
//-->