禁用HTML页面选择 复制 粘帖 右键查看源代码
<p><ahref="http://www.wangchao.info/wp-content/uploads/2015/01/html.png"></a></p><p><strong>取消选取、防止复制:</strong><body onselectstart=”return false”></p>
<p><strong>不准粘贴:</strong>onpaste=”return false”</p>
<p><strong>防止复制:</strong>oncopy=”return false;” oncut=”return false;”</p>
<p><strong>禁止右键查看源代码:</strong></p>
<p>放在头部<br>
<script><br>
function stop(){<br>
return false;<br>
}<br>
document.oncontextmenu=stop;<br>
</script></p>
<p class="post-copyright">未经允许不得转载:<ahref="https://www.wangchao.info/">王超博客</a> » <ahref="https://www.wangchao.info/513.html">禁用HTML页面选择 复制 粘帖 右键查看源代码</a></p>
页:
[1]