■ 控制碼內容:
<SCRIPT language=JavaScript>
1.按滑鼠右鍵後會顯示自設的對話框,並進行連結動作
將下面複製至 <body> 標籤後
if (navigator.appName.indexOf("Internet Explorer")
!= -1)
document.onmousedown = noSourceExplorer;
function noSourceExplorer()
{
if (event.button == 2 | event.button == 3)
{
alert("您已經按了右鍵\n疑似偷看原始碼\n您將要受到懲罰\n就把您丟到首頁\n增加計數器人氣");
location.replace("http://love12.tw/");
}
}
</SCRIPT>
2.因滑鼠右鍵無法使用,請使用Ctrl+C鍵複製控制碼內容