dongmu6578 2010-02-04 09:02
浏览 43
已采纳

如何用mootools1.2用一些错误图像替换网页中的损坏图像

i am running on php, mysql and using mootools1.2 as my js framework.

I want that all broken images should replace with a single error image.

How should i do this.

Thanks

Avinash

  • 写回答

1条回答 默认 最新

  • douyao2529 2010-02-04 09:07
    关注

    this link may help , http://davidwalsh.name/custom-missing-image

    1 window.addEvent('domready',function() {
    2  /* version 1 */
    3  $$('img.missing1').addEvent('error',function() {
    4    this.set({
    5      src: 'http://davidwalsh.name/dw-content/missing-image.jpg',
    6      alt: 'Sorry!  This image is not available!',
    7      styles: {
    8        width: 110,
    9        height:40
    10      }
    11    });
    12  });
    13  /* version 2 */
    14  $$('img.missing2').addEvent('error',function() {
    15    this.set({
    16      src: 'http://davidwalsh.name/dw-content/missing-image-2.jpg',
    17      alt: 'Sorry!  This image is not available!',
    18      styles: {
    19        width: 30,
    20        height:28
    21      }
    22    });
    23  });
    24 });
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 软件定义网络mininet和onos控制器问题
  • ¥15 微信小程序 用oss下载 aliyun-oss-sdk-6.18.0.min client报错
  • ¥15 ArcGIS批量裁剪
  • ¥15 labview程序设计
  • ¥15 为什么在配置Linux系统的时候执行脚本总是出现E: Failed to fetch http:L/cn.archive.ubuntu.com
  • ¥15 Cloudreve保存用户组存储空间大小时报错
  • ¥15 伪标签为什么不能作为弱监督语义分割的结果?
  • ¥15 编一个判断一个区间范围内的数字的个位数的立方和是否等于其本身的程序在输入第1组数据后卡住了(语言-c语言)
  • ¥15 Mac版Fiddler Everywhere4.0.1提示强制更新
  • ¥15 android 集成sentry上报时报错。