HTML禁止复制网页内容和禁止F12、鼠标右键查看网页元素和网页源代码

禁止网页复制请在<body>标签里面加入

onselectstart="return false"

网页防止F12和鼠标右键的请加入

<script> function click(e) { if (document.all) { if (event.button==2||event.button==3) { alert("欢迎光临寒舍,有什么需要帮忙的话,请与站长联系!谢谢您的合作!!!"); oncontextmenu='return false'; } } if (document.layers) { if (e.which == 3) { oncontextmenu='return false'; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; document.oncontextmenu = new Function("return false;") document.onkeydown =document.onkeyup = document.onkeypress=function(){ if(window.event.keyCode == 123) { window.event.returnValue=false; return(false); } } </script>


发表评论

欢迎 访客 举举你的小爪爪吐槽吐槽吧QwQ

空城博客

你的前景,远超我们想象!

永久导航 免费工具