论坛首页 Web前端技术论坛

禁止网页内容复制简单方案代码

浏览 4069 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2011-10-15  
1.在<body>中加入如下的代码,这样鼠标的左右键都失效了.

topmargin="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()"

2.禁止网页另存为:在<body>后面加入以下代码:
<noscript>
<iframe src="*.htm"></iframe>
</noscript>

3.禁止网页内容复制.粘贴:在<body>中加入以下代码:
<body onmousemove=\HideMenu()\ oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()">
   发表时间:2011-10-16  
浏览器禁用javascript呢?
0 请登录后投票
   发表时间:2011-10-16  
<noscript> 不是浏览器不支持脚本才使用的吗?在这起作用吗
0 请登录后投票
   发表时间:2011-10-23  
把那些不让复制的东西不显示最好。

这是终极解决方案。
0 请登录后投票
   发表时间:2011-10-23  

何必禁用的,真的是自欺欺人的行为啊!

 

我的代码太值钱,所以才禁用?

我的代码太烂了,所以才禁用?

我闲的蛋疼的很,所以才禁用?

 

呵呵,作为开发人员,多想想如何写好代码才是正道吧,否则老是想着这些估计要被别人甩在后面了!

0 请登录后投票
   发表时间:2011-10-24  
只能防菜鸟。 没什么实际作用。
0 请登录后投票
   发表时间:2011-10-24  
可执行 写道
1.在<body>中加入如下的代码,这样鼠标的左右键都失效了.

topmargin="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()"

2.禁止网页另存为:在<body>后面加入以下代码:
<noscript>
<iframe src="*.htm"></iframe>
</noscript>

3.禁止网页内容复制.粘贴:在<body>中加入以下代码:
<body onmousemove=\HideMenu()\ oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()">

学习下。
0 请登录后投票
   发表时间:2011-11-01  
ff下能看到吧?
0 请登录后投票
   发表时间:2011-11-08  
sharelist 写道
只能防菜鸟。 没什么实际作用。

有些业务数据是要求尽量防止剽窃的
0 请登录后投票
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics