国产探花免费观看_亚洲丰满少妇自慰呻吟_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>

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

圖片精選

主站蜘蛛池模板: 繁峙县| 平度市| 山阳县| 尤溪县| 洛隆县| 确山县| 珲春市| 金平| 汉川市| 清河县| 湖南省| 临沂市| 平南县| 巩留县| 高要市| 蒲城县| 澄城县| 安化县| 宜章县| 邳州市| 井陉县| 彰化市| 西吉县| 荆门市| 临洮县| 隆化县| 湛江市| 正蓝旗| 独山县| 汪清县| 南乐县| 乐至县| 潞城市| 河源市| 当涂县| 丰镇市| 吉隆县| 岳普湖县| 梅河口市| 喀喇沁旗| 句容市|