博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

禁止鼠标复制,拖动选取收藏

Posted on 2009-03-16 16:43  ^_^木头人  阅读(178)  评论(0)    收藏  举报
禁止复制,鼠标拖动选取
<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false"onmouseup="document.selection.empty()">