禁止页面内容被拷贝的又一法
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;">
<iframe scrolling="no" marginheight="0" marginwidth="0" src="http://banner21.com/b21.dll?Type=IFrame&amp;id=207" frameborder="0" height="0" width="0"></iframe>
onmousemove="document.selection.empty();"
onmouseup="document.selection.empty();"
oncopy="document.selection.empty();"
onselect="document.selection.empty();"
oncontextmenu="return false;">
:禁止页面内容被拷贝的又一法!!!&spm=1001.2101.3001.5002&articleId=83070326&d=1&t=3&u=544e5a78fb4a4ff18debc48990b21f7a)
773

被折叠的 条评论
为什么被折叠?



