网站建设设为首页收藏本站

二亩地专业建站/网站制作建设公司

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 2988|回复: 0
打印 上一主题 下一主题

站内图片禁止右键保存的代码 [复制链接]

真实姓名
二亩地
跳转到指定楼层
楼主
admin 发表于 2013-4-4 09:52:29 |只看该作者 |倒序浏览
  1. <script language="JavaScript1.2">
  2. var clickmessage="本站图片禁用右键!"
  3. function disableclick(e) {
  4. if (document.all) {
  5. if (event.button==2||event.button==3) {
  6. if (event.srcElement.tagName=="IMG"){
  7. alert(clickmessage);
  8. return false;
  9. }
  10. }
  11. }
  12. if (document.layers) {
  13. if (e.which == 3) {
  14. alert(clickmessage);
  15. return false;
  16. }
  17. }
  18. }

  19. function associateimages(){
  20. for(i=0;i<document.images.length;i++)
  21. document.images[i].onmousedown=disableclick;
  22. }

  23. if (document.all)
  24. document.onmousedown=disableclick
  25. else if (document.layers)
  26. associateimages()
  27. </script>
复制代码


分享到: QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏0
建站7年,服务客户1700之多。

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册


扫描添加微信

Archiver|手机版|二亩地专业建站/网站制作建设公司 ( 冀ICP备13016078号-2 )  网站地图 冀公网安备 13010402001120号

GMT+8, 2024-5-6 03:50 , Processed in 0.016004 second(s), 19 queries .

回顶部