国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

JSCode all of Brower 全局屏蔽網頁右鍵功能 具體實現

2024-05-06 15:47:12
字體:
來源:轉載
供稿:網友
JSCode all of Brower 全局屏蔽網頁右鍵功能 具體實現,需要的朋友可以參考一下

[javascript]

復制代碼 代碼如下:


<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>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 和平县| 高邮市| 石泉县| 孙吴县| 静乐县| 东阳市| 手游| 阳春市| 乐都县| 揭西县| 武胜县| 玉门市| 拜城县| 桑日县| 青铜峡市| 长岭县| 通渭县| 安达市| 吉首市| 图们市| 珲春市| 常宁市| 澎湖县| 休宁县| 芒康县| 额济纳旗| 岳普湖县| 宁德市| 汕尾市| 临清市| 定边县| 湘西| 佛山市| 双辽市| 武威市| 连城县| 鲁甸县| 大连市| 沛县| 界首市| 体育|