最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

JSCode all of Brower 全局屏蔽網(wǎng)頁右鍵功能 具體實(shí)現(xiàn)

 更新時間:2013年06月05日 10:47:00   作者:  
JSCode all of Brower 全局屏蔽網(wǎng)頁右鍵功能 具體實(shí)現(xiàn),需要的朋友可以參考一下

[javascript]

復(fù)制代碼 代碼如下:

<script type="text/javascript">
function clickIE4(){
        if (event.button==2){
                return false;
        }
}

function clickNS4(e){
        if (document.layers||document.getElementById&&!document.all){
                if (e.which==2||e.which==3){
                        return false;
                }
        }
}

function OnDeny(){
        if(event.ctrlKey || event.keyCode==78 && event.ctrlKey || event.altKey || event.altKey && event.keyCode==115){
                return false;
        }
}

if (document.layers){
        document.captureEvents(Event.MOUSEDOWN);
        document.onmousedown=clickNS4;
        document.onkeydown=OnDeny();
}else if (document.all&&!document.getElementById){
        document.onmousedown=clickIE4;
        document.onkeydown=OnDeny();
}

document.oncontextmenu=new Function("return false");
</script>

<script type="text/javascript">
function clickIE4(){
        if (event.button==2){
                return false;
        }
}

function clickNS4(e){
        if (document.layers||document.getElementById&&!document.all){
                if (e.which==2||e.which==3){
                        return false;
                }
        }
}

function OnDeny(){
        if(event.ctrlKey || event.keyCode==78 && event.ctrlKey || event.altKey || event.altKey && event.keyCode==115){
                return false;
        }
}

if (document.layers){
        document.captureEvents(Event.MOUSEDOWN);
        document.onmousedown=clickNS4;
        document.onkeydown=OnDeny();
}else if (document.all&&!document.getElementById){
        document.onmousedown=clickIE4;
        document.onkeydown=OnDeny();
}

document.oncontextmenu=new Function("return false");
</script>

相關(guān)文章

最新評論

郁南县| 嘉义市| 太康县| 石河子市| 拉萨市| 九龙县| 宜城市| 陈巴尔虎旗| 九寨沟县| 淮滨县| 洪湖市| 延庆县| 大渡口区| 营口市| 仁寿县| 河曲县| 方城县| 工布江达县| 宁阳县| 额济纳旗| 从化市| 长白| 荆门市| 大竹县| 达日县| 报价| 蓬莱市| 金堂县| 会东县| 榕江县| 广河县| 嘉善县| 繁昌县| 襄樊市| 民权县| 濮阳县| 固安县| 棋牌| 和硕县| 景泰县| 融水|