码迷,mamicode.com
首页 > Web开发 > 详细

禁止网页另存为 右键,左键等

时间:2018-05-13 16:08:15      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:frame   右键   nbsp   tar   alert   doc   sele   UNC   tst   

 

禁止另存为,

<body></body>  标签里面写入

   <noscript><iframe src=‘*.htm‘></iframe></noscript> 

 

禁止右键

<script>

   document.oncontextmenu = function () { alert(右键不能哟)}

</script>

 

禁止右键

<script>

   document.onselectstart= function () { alert(右键不能哟)}

</script>

 

禁止网页另存为 右键,左键等

标签:frame   右键   nbsp   tar   alert   doc   sele   UNC   tst   

原文地址:https://www.cnblogs.com/whatarey/p/9032317.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!