网页设计中,怎样设置网页中的图片不能被用户下载或者另存为呢?
9个回答
2017-09-04 · 知道合伙人数码行家
关注
展开全部
可以在页面中加入代码,严禁使用鼠标右键!!
<body ondragstart="window.event.returnValue=false" oncontextmenu="window.event.returnValue=false" onselectstart="event.returnValue=false">
但其实只要是网页上的东西,就算楼上的那个方法图片加载到css里,都能在缓存中找到源文件。或者网页都有破解禁止使用右键的方法! 如果为了防止盗图,加水印才是王道!
你好,本题已解答,如果满意
请点右下角“采纳答案”。
<body ondragstart="window.event.returnValue=false" oncontextmenu="window.event.returnValue=false" onselectstart="event.returnValue=false">
但其实只要是网页上的东西,就算楼上的那个方法图片加载到css里,都能在缓存中找到源文件。或者网页都有破解禁止使用右键的方法! 如果为了防止盗图,加水印才是王道!
你好,本题已解答,如果满意
请点右下角“采纳答案”。
展开全部
可以在页面中加入代码,严禁使用鼠标右键!!
<body ondragstart="window.event.returnValue=false" oncontextmenu="window.event.returnValue=false" onselectstart="event.returnValue=false">
但其实只要是网页上的东西,就算楼上的那个方法图片加载到css里,都能在缓存中找到源文件。或者网页都有破解禁止使用右键的方法! 如果为了防止盗图,加水印才是王道!
<body ondragstart="window.event.returnValue=false" oncontextmenu="window.event.returnValue=false" onselectstart="event.returnValue=false">
但其实只要是网页上的东西,就算楼上的那个方法图片加载到css里,都能在缓存中找到源文件。或者网页都有破解禁止使用右键的方法! 如果为了防止盗图,加水印才是王道!
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以在页面中加入代码,严禁使用鼠标右键!!
<body ondragstart="window.event.returnValue=false" oncontextmenu="window.event.returnValue=false" onselectstart="event.returnValue=false">
但其实只要是网页上的东西,就算楼上的那个方法图片加载到css里,都能在缓存中找到源文件。或者网页都有破解禁止使用右键的方法! 如果为了防止盗图,加水印才是王道!
<body ondragstart="window.event.returnValue=false" oncontextmenu="window.event.returnValue=false" onselectstart="event.returnValue=false">
但其实只要是网页上的东西,就算楼上的那个方法图片加载到css里,都能在缓存中找到源文件。或者网页都有破解禁止使用右键的方法! 如果为了防止盗图,加水印才是王道!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个你可以直接在页面中加入代码,不可以使用鼠标右键;
<body ondragstart="window.event.returnValue=false" oncontextmenu="window.event.returnValue=false" onselectstart="event.returnValue=false">
或者
<script type="text/javascript"> document.body.oncontextmenu=document.body.ondragstart= document.body.onselectstart=document.body.onbeforecopy=function(){return false;};
document.body.onselect=document.body.oncopy=document.body.onmouseup=function(){document.selection.empty();}; </script>
你既然问了这个问题,那肯定是不想让别人盗用自己的图片,但是这并不是最好的解决办法,要是想借用你的图片,那用什么方法都可以获取你的图片,最好的方法就是在你的图片上加水印,但是对于ps大手来说水印也不算是什么问题,但是就目前来说加水印是最好的解决方法了。
<body ondragstart="window.event.returnValue=false" oncontextmenu="window.event.returnValue=false" onselectstart="event.returnValue=false">
或者
<script type="text/javascript"> document.body.oncontextmenu=document.body.ondragstart= document.body.onselectstart=document.body.onbeforecopy=function(){return false;};
document.body.onselect=document.body.oncopy=document.body.onmouseup=function(){document.selection.empty();}; </script>
你既然问了这个问题,那肯定是不想让别人盗用自己的图片,但是这并不是最好的解决办法,要是想借用你的图片,那用什么方法都可以获取你的图片,最好的方法就是在你的图片上加水印,但是对于ps大手来说水印也不算是什么问题,但是就目前来说加水印是最好的解决方法了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把图片设置为背景即可,在具体某个标签、选择符样式如:background:url("*.jpg") no-repeat scroll center top;但是如果遇到专业网页人员的还是可以把图片扣下来
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询