HTML禁止使用右键

时间:2015-07-28 17:27:41   收藏:0   阅读:94
<html>
    <script type="text/javascript"> 
        <!-- 
        document.oncontextmenu=function(e){return false;} 
        //--> 
    </script> 
    <style> 
        body { 
        -moz-user-select:none; 
        } 
    </style> 
    <body> 
        Web page contents are here.
    </body>
</html>

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!