精彩推荐(一):禁止页面内容被拷贝的又一法!!!

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 net_lover 的 blog

禁止页面内容被拷贝的又一法
http://egirl.51.net

在你的body里加入下面的代码,再加上去掉工具栏,菜单,别人就很难拷贝你页面上的文字了!!

<body
onmousemove="document.selection.empty();"
onmouseup="document.selection.empty();"
oncopy="document.selection.empty();"
onselect="document.selection.empty();"
oncontextmenu="return false;">

本文关键:禁止,拷贝,copy,select,mouse
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top