`

IE、Firefox 禁止右键、屏蔽右键菜单

阅读更多
<script type="text/javascript"> 
<!-- 
document.oncontextmenu=function(e){return false;} 
//--> 
</script> 
================style区代码================
<style> 
body { 
-moz-user-select:none; 
} 
</style> 
================body区代码================
<body onselectstart="return false"> 
网页内容 
</body>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics