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

首頁 > 編程 > JavaScript > 正文

禁止F5等快捷鍵的JS代碼

2019-11-21 02:14:25
字體:
供稿:網(wǎng)友
禁止ctrl+n和 禁止ctrl+r和 禁止shift+f10 禁止鼠標(biāo)右鍵or左右鍵 和禁止f5 的JS代碼

<script>
//禁止ctrl+n和 禁止ctrl+r和 禁止shift+f10 禁止鼠標(biāo)右鍵or左右鍵 和禁止f5
var oLastBtn=0,bIsMenu=false 
if (window.Event)
{
document.captureEvents(Event.MOUSEUP); 
}

function nocontextmenu()

event.cancelBubble=true;
event.returnValue=false; 
return false; 
}

function norightclick(e) 


if(window.Event) 

if (e.which !=1)
{
return false; 
}

else 
if(event.button!=1) 

event.cancelBubble=true;
event.returnValue=false; 
return false; 

}

document.oncontextmenu=nocontextmenu; 
document.onmousedown=norightclick; 

function onKeyDown()
{
if ((event.altKey)||((event.keyCode==8)&&(event.srcElement.type!="text"&&event.srcElement.type!="textarea"&&event.srcElement.type!="password"))||((event.ctrlKey)&&((event.keyCode==78)||(event.keyCode==82)))||(event.keyCode==116))
{
event.keyCode=0;
event.returnValue=false;
}
}
</script>
<body onkeydown="onKeyDown()">
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 武冈市| 新巴尔虎左旗| 泰顺县| 阜南县| 同心县| 枣庄市| 衡南县| 尚义县| 乐业县| 宁河县| 扬州市| 大渡口区| 临邑县| 韶山市| 温州市| 土默特左旗| 文水县| 成安县| 盈江县| 桦南县| 湟源县| 林口县| 铜川市| 白山市| 南华县| 安新县| 瑞昌市| 翁源县| 磴口县| 呼玛县| 黄山市| 康定县| 淄博市| 杭州市| 佛山市| 法库县| 宝应县| 新沂市| 淮滨县| 金川县| 临武县|