主营业务:网站制作 网站优化 小程序制作 石家庄网站制作网站建设有限公司欢迎您!
石家庄闪云网络科技有限公司
客服热线15383239821
如何让自己的网站更有质量?

不能点右键、不用CTRL+A、不能复制

发布时间:2011/4/1 13:23:33

彻底屏蔽左右键、不能复制
<body oncontextmenu=self.event.returnValue=false onselectstart="return false">

oncontextmenu="window.event.return&#118alue=false" 将彻底屏蔽鼠标右键 
 <body oncontextmenu="return false"> 忽视右键

<table border oncontextmenu=return(false)><td>no</table> 可用于Table

<body onselectstart="return false"> 取消选取、防止复制


onpaste="return false" 不准粘贴

oncopy="return false;" oncut="return false;" 防止复制

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>不能点右键、不用CTRL+A、不能复制</title>
</head>

<body
onkeypress="window.event.returnValue=false"
onkeydown="window.event.returnValue=false"
onkeyup="window.event.returnValue=false"
ondragstart="window.event.returnValue=false"
onselectstart="event.returnValue=false">
</body>
试试鼠标右键,试试CTRL+A全选,试试鼠标拖选复制?
</body>
</html>

相关新闻推荐

在线客服 : 服务热线:15383239821 电子邮箱: 27535611@qq.com

公司地址:石家庄市新华区九中街江西大厦4062

备案号:冀ICP备2022000585号-4