网页防拷贝和禁止另存为代码
上一篇 /
下一篇 2007-08-11 08:29:37
/ 精华(5)
网页防拷贝和禁止另存为代码
1、防拷贝代码
<body leftmargin=0 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、防“另存为”代码
<noscript>
<iframe src=*></iframe>
</noscript>
导入论坛
引用链接
收藏
分享给好友
推荐到圈子
管理
举报
TAG:
网页防拷贝
禁止另存为