文 章 信 息 |
禁止在网页上使用左键(右键)选择(复制)网页内容(图片)
| 〖文章分类:电脑·手机·网络 / HTML·CSS·JavaScript〗〖阅读选项〗 |
在网页的 <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()"
注:每段代码之间要有空格,但不能换行,在<body 从这里开始加入>
|
| 文章作者:未知 更新日期:2006-03-17 |
| 〖文章浏览:〗〖发送文章〗〖打印文章〗 |
|
|
|