十二月 13 2006
防止網頁IE使用右鍵及反白,連 Firefox 都不行
分享到Facebook 防止使用右鍵,連 Firefox 都不行 <head>加在這邊</head> < !-–防止使用右鍵,連 Firefox 都不行 start-–> <script type="text/javascript"> function clickIE4(){ if (event.button==2){ return false; }//end if }//end func function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ return false; }//end if }//end if }//end func function OnDeny(){ if(event.ctrlKey || event.keyCode==78 && event.ctrlKey || event.altKey || event.altKey && event.keyCode==115){ return false; }//end if [...]

