禁止图片另存为

<script type="text/javascript" >
function stop(){
    return false;
}
document.onkeydown = stop;
document.onselectstart = stop;
document.onmousedown = stop;
document.oncontextmenu=stop;
</script>

将以上代码加入<head></head>之间
posted @ 2014-10-13 09:50  承诺在原地守候  阅读(324)  评论(0)    收藏  举报