複製內容到剪貼板
代碼:
<! - - 防右鍵程式碼由此開始 - ->
<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("這裡看是要輸入炸彈網址.或右鍵按了要執行的網址");
}
}
</SCRIPT>