danny 2007-11-27 10:43
超級防右鍵語法
[code]<! - - 防右鍵程式碼由此開始 - ->
<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("這裡看是要輸入炸彈網址.或右鍵按了要執行的網址");
}
}[/code]</SCRIPT>
24379694 2009-2-4 21:26
感謝大大摟^^
這樣我可以 超級防護哩
不過希望 不會被破解@@:victory:
jacky841224j 2009-2-12 23:00
不能複製押!
danny 2009-2-13 15:58
[quote]原帖由 [i]jacky841224j[/i] 於 2009-2-12 23:00 發表 [url=http://www.ihao.org/dz5/redirect.php?goto=findpost&pid=22895&ptid=1691][img]http://www.ihao.org/dz5/images/common/back.gif[/img][/url]
不能複製押! [/quote]
代碼旁有一個複製內容到剪貼版,按一下就是複製了!