xanga語法

2008-08-25 6:44 am
我唔想比人copy我XG既 字 ,
禁止人highlight & copy個語法係咩?
放係 look & feel邊個位置呢?


p.s.我唔要你地直接比個網址/
又或者劈一大堆野黎要我自己搵

唔關事既野我唔要,例如最普遍的: 反right click 既語法

回答 (1)

2008-08-25 6:50 am
✔ 最佳答案
防右制既code



<script language=JavaScript>

//Disable right click script III- By Renigade
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
</script>








防Highlight語法



<script language="JavaScript1.2">
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

2008-08-24 22:51:46 補充:
希望幫倒你


收錄日期: 2021-04-13 16:00:19
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20080824000051KK03035

檢視 Wayback Machine 備份