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

禁止F5等快捷鍵的JS代碼

 更新時間:2007年03月06日 00:00:00   作者:  
禁止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()">

相關(guān)文章

最新評論

石阡县| 梁河县| 大新县| 仲巴县| 改则县| 张家界市| 富裕县| 南平市| 无锡市| 天津市| 北川| 延庆县| 伊宁市| 花垣县| 鄂伦春自治旗| 广河县| 从江县| 丹巴县| 四会市| 莱州市| 沁源县| 蓬安县| 太和县| 本溪| 若羌县| 蓬莱市| 且末县| 清流县| 万源市| 鄂伦春自治旗| 盐城市| 二连浩特市| 介休市| 章丘市| 忻州市| 夏邑县| 通渭县| 遵化市| 铜陵市| 扶绥县| 岗巴县|