网页常用的防复制代码


最牛的防复制代码1:(将此代码粘贴到body中可以有效防选中防复制和防鼠标右键)

<script type="text/javascript">document.body.οncοntextmenu=document.body.οndragstart= document.body.onselectstart=document.body.onbeforecopy=function(){return false;};
document.body.οnselect=document.body.οncοpy=document.body.οnmοuseup=function(){document.selection.empty();};</script>

最牛的防复制代码2:(将此代码粘贴到body中可以有效防选中防复制和防鼠标右键)

<script language="JavaScript">
document.οncοntextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
</script>

禁止查看网页源文件代码,插入网页即可。

<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0" οncοntextmenu="return false" οndragstart="return false" onselectstart ="return false" οnselect="document.selection.empty()" οncοpy="document.selection.empty()" onbeforecopy="return false" οnmοuseup="document.selection.empty()">
<noscript><iframe src="/blog/*>";</iframe></noscript>

1.将彻底屏蔽鼠标右键 

οncοntextmenu="window.event.returnvalue=false"
<table border οncοntextmenu=return(false)><td>no</table> //可用于Table

2.取消选取、防止复制

<body onselectstart="return false">

3.不准粘贴

οnpaste="return false"

4.防止复制

οncοpy="return false;" oncut="return false;"

5.防止被人frame

<SCRIPT LANGUAGE=javascript><!-- if (top.location != self.location)top.location=self.location; // --></SCRIPT>

6.网页将不能另存为

<noscript><iframe src="/blog/*.html>";</iframe></noscript>

7.改变连接是状态栏的显示内容

<a href="http://www.toyean.com" onMo ... ;window.status='输入连接状态栏显示内容&rsquo;;return true">

8.禁止网页中目标对象被下载(如图片) 

下面的代码将帮助你禁止网页中目标对象被下载:

<a href="javascript:void(0)" onMouseDown="alert('对不起!图片不能下载!')"><img src="图片地址" alt="" /></a>

9.页面禁止刷新完全,最好在pop出来的窗口里用,没工具栏的

<body οnkeydοwn="KeyDown()" οnbefοreunlοad="location=location" 
οncοntextmenu="event.returnValue=false">
<script language="Javascript"><!-- 
function KeyDown(){ 
if ((window.event.altKey)&& 
     ((window.event.keyCode==37)||   
      (window.event.keyCode==39))){alert("请访问我的主页"); 
    event.returnValue=false; 
    } 
if ((event.keyCode==8)||(event.keyCode==116)){//屏蔽 F5 刷新键 
    event.keyCode=0; 
    event.returnValue=false; 
    } 
if ((event.ctrlKey)&&(event.keyCode==78)){   //屏蔽 Ctrl+n 
    event.returnValue=false; 
    } 
if ((event.shiftKey)&&(event.keyCode==121)){ //屏蔽 shift+F10 
    event.returnValue=false; 
    } 
} 
</script> 
</body>

 


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值