<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|Linkweb.cn/Js|---全面禁止鼠标右键、FX、Alt、Ctrl、Shift等</title>
</head>
<script>
function onKeyDown()
{
 if ((event.keyCode==116)||(window.event.ctrlKey)||(window.event.shiftKey)||(event.keyCode==122))
 {
 event.keyCode=0;
 event.returnValue=false;
 }
}
</script>

<script>
function yxl() {
if(window.event.altKey)
{
window.event.returnValue=false;
}
}
document.onkeydown=yxl
</script>
<body  bgcolor="#000000" text="#666666"  onkeydown="onKeyDown()" oncontextmenu="return false" onselectstart="return false" ondragstart="return false"  >
<p>该页面禁止了鼠标右键,F5、F11、“应用程序”键,所有与alt、ctrl和shift有关的组合键(当然alt+f4和alt+home没有屏蔽),并且禁止了鼠标文本选择,你可以试试:)
够全了吧?</p>
<p> </p>
</body>
</html>
Tags: ,
发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.
表情
emotemotemotemot
emotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
昵称   密码   游客无需密码
网址   电邮   [注册]