1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键
    <table border oncontextmenu=return(false)><td>no</table> 可用于Table
    oncontextmenu="return false"屏蔽鼠标右键
2. onselectstart="return false" 取消选取、防止复制
3. onpaste="return false" 不准粘贴
4. oncopy="return false;" oncut="return false;" 防止复制
5. 什么都不许
<body   oncontextmenu="return false" ondragstart="return false" onselectstart="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()"   onbeforecopy="document.selection.empty()" onmouseup="document.selection.empty()">
<noscript> <iframe scr=*> </iframe> </noscript>
tag:onselect,radio onselect,checkbox onselect,js onselect,防止复制,防止复制代码,网页防止复制,防止文件复制,如何防止网页被复制

posted on 2008-02-20 08:56 sanni 阅读(325) 评论(0)  编辑 收藏 引用
只有注册用户登录后才能发表评论。