※ 右鍵保護並連結指定網頁 ※
|
<script language="JavaScript"> if (navigator.appName.indexOf("Internet Explorer") != -1) document.onmousedown = noSourceExplorer; function noSourceExplorer() { if (event.button == 2 | event.button == 3) { alert("同學別這樣!"); location.replace("power-1.htm"); } } </script> |