單的JS禁止頁右鍵選單--避免網站資訊被盜用 複製碼 代碼如下: <BR> function block(oEvent){<BR> if(window.event)<BR> o=window.event;<BR><BR> o=window.event;<BR> ==2)<BR> alert("滑鼠右鍵無法使用");<BR> }<BR> document.onmousedown=block; 主要靠JavaScript來實現。 ondragstart="return false" onbeforecopy="return false" oncopy=document.selection.empty() onselect=docempty.ection. > ---------------------------------------------- -防止複製的js--------------------------------------- -------- 複製程式碼 程式碼如下:<BR>function disableselect(e){<BR>return false}<BR>function reEnable(){return true<BR>}<BR>file://if IE4 <BR>document.onselectstart=newent. Function ("return false")<BR>file://if NS6<BR>if (window.sidebar){<BR>document.onmousedown=disableselect<BR>document.onclick=reEnable<BR>}<BR>}<BR>document.onclick=reEnable<BR>}<BR>}<BR>^. /SCRIPT><BR><SCRIPT language=JavaScript type=text/JavaScript> CSS禁止選擇和複製 <BR> body{<BR>