其實係冇咩用既,要睇原始碼點禁都一樣可以睇到,不過要黎研究下都冇壞既,唔好諗住真係可以鎖得到呀
呢個係有彈個框出黎既
<script language="javascript">
function click() {
if (event.button==2) {
alert('HELLO.')
}
}
document.onmousedown=click
</script>
呢個冇彈框既
<SCRIPT>
document.oncontextmenu = new Function("return false;")
</script>
呢個放響body到冇彈框既
<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()">
由於呢到顯示得唔好,去下面條link到睇原整js
http://lsd88.sinaman.com/js.htm