本站禁止网页复制设置方法

时间:2013-12-4 12:03  作者:也木  来源:本站原创  查看:2855  评论:1



<!--禁止复制代码-->

<body onselectstart="return false">

 

将上述代码放入web/content/templates/default/footer.php

或者               web/content/templates/lansecms/footer.php

 

放在</html>之后即可。

相关评论

汪车车
2013-12-04 12:28
也可在后台基本设置栏“首页底部信息”加入
禁止文字图片复制代码

<SCRIPT LANGUAGE=javascript>

function click() {

alert('禁止你的左键复制!') }

function click1() {

if (event.button==2) {alert('禁止右键点击~!') }}

function CtrlKeyDown(){

if (event.ctrlKey) {alert('不当的拷贝将损害您的系统!') }}

document.onkeydown=CtrlKeyDown;

document.onselectstart=click;

document.onmousedown=click1;

</SCRIPT>



手机上网m需另外设置
web/m/view/footer.php
方法同上,找到路径。
  • 个人资料

      blogger

      也木 《青年诗人》函授班学员,中国诗歌学会会员,作品散见《诗选刊》《四川诗人》《中国组织人事报》《中国煤炭报》等报刊。曾创办民刊《诗行走》。CQyemu@qq.com

  • 日历
    随机文章