禁止页面被复制和禁止右键:

<style type="text/css">  
body {  
    -webkit-touch-callout: none;  
    -webkit-user-select: none;  
    -khtml-user-select: none;  
    -moz-user-select: none;  
    -ms-user-select: none;  
    user-select: none;  
}  
</style>  
<script langauge="javascript">  
document.oncontextmenu=function(e){return false;}  
</script>   
</head>




上一篇:帝国cms专题列表页调用同classid其他专题,输出导航和高亮:
下一篇:[!--pagedes--]在内容页调用默认调用标题的无损解法
如无回复请发邮件