最牛的防复制代码1:(将此代码粘贴到body中可以有效防选中防复制和防鼠标右键)
<script type="text/javascript">document.body.oncontextmenu=document.body.ondragstart= document.body.onselectstart=document.body.onbeforecopy=function(){return false;};
document.body.onselect=document.body.oncopy=document.body.onmouseup=function(){document.selection.empty();};</script>
最牛的防复制代码2:(将此代码粘贴到body中可以有效防选中防复制和防鼠标右键)
<script language="JavaScript">
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
</script>
禁止查看网页源文件代码,插入网页即可。
<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()">
<noscript><iframe src="/blog/*>";</iframe></noscript>
1.将彻底屏蔽鼠标右键
oncontextmenu="window.event.returnvalue=false"
<table border oncontextmenu=return(false)><td>no</table> //可用于Table
2.取消选取、防止复制
<body onselectstart="return false">
3.不准粘贴
onpaste="return false"
4.防止复制
oncopy="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='输入连接状态栏显示内容’;return true">
8.禁止网页中目标对象被下载(如图片)
下面的代码将帮助你禁止网页中目标对象被下载:
<a href="javascript:void(0)" onMouseDown="alert('对不起!图片不能下载!')"><img src="图片地址" alt="" /></a>
9.页面禁止刷新完全,最好在pop出来的窗口里用,没工具栏的
<body onkeydown="KeyDown()" onbeforeunload="location=location"
oncontextmenu="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>
推荐资讯
- 撞死宠物狗,竟被索赔十万元?车主:不吃不喝也得挣几年
- 喝粥能养胃吗?这样喝粥,才养胃!
- 地板老是发出声音,怎么办?生活中的妙招不得不服~
- 生活中14个最容易要命的细节,害惨很多人!赶紧看丨提醒
- 海带万万不能直接用水泡,很多人做错,难怪又黑又硬不好吃!
- 老年人应如何养胃?细嚼慢咽对肠胃最有利
- 睡前坚持这样做可延年益寿 喝蜂蜜牛奶预防失眠
- 适合冬藏的食材有哪些?红薯有益心脑血管健康
- 老年人适合吃什么水果?猕猴桃有助于调节糖代谢
- 吃素也能有效补充蛋白质 西兰花高纤维零胆固醇
- 茶非人人可饮,喝对了才养生
- 秋天吃这十种宝,胜过冬虫夏草!不吃就亏大了!
- 鼻炎反复老不好?多半肺有问题!1个动作坚持做,呼吸更顺畅
- 晚餐决定寿命?避开这些雷区就能很长寿
- 这些蔬菜别生吃,这几种吃了可能还会中毒
- 生理期这几个谣言千万不要盲目相信 吃甜食能缓解痛经?