隨筆-200  評論-148  文章-15  trackbacks-0
          // ---------------------------------------------------
          // 方法:setSelectReadOnly 用于設(shè)定極select控件ReadOnly,
          // 這個一個模擬只讀不是真的只讀
          // 使用了onbeforeactivate,onfocus,onmouseover,onmouseout事件
          // 示例:< img src='img.jpg' onload='ImgAutoSize(ImgD,FitWidth,FitHeight)' > ;
          // create by sl
          // ---------------------------------------------------
          function ImgAutoSize(imgD,FitWidth,FitHeight)
          {
          var image1=new Image();
          image1.onload = function ()
          {
          if(this.width>0 && this.height>0)
          {
          if(this.width/this.height>= FitWidth/FitHeight)
          {
          if(this.width>FitWidth)
          {
          imgD.width=FitWidth;
          imgD.height=(this.height*FitWidth)/this.width;
          }
          else
          {
          imgD.width=this.width;
          imgD.height=this.height;
          }
          }
          else
          {
          if(this.height>FitHeight)
          {
          imgD.height=FitHeight;
          imgD.width=(this.width*FitHeight)/this.height;
          }
          else
          {
          imgD.width=this.width;
          imgD.height=this.height;
          }
          }
          }
          image1 = null;
          }
          posted on 2008-06-05 15:10 無聲 閱讀(851) 評論(0)  編輯  收藏 所屬分類: 職場生活
          主站蜘蛛池模板: 汾西县| 綦江县| 郑州市| 剑川县| 榆林市| 嵩明县| 定州市| 浙江省| 漯河市| 洪湖市| 耿马| 康定县| 昌宁县| 健康| 金山区| 苏尼特右旗| 乌海市| 扎鲁特旗| 佳木斯市| 湟源县| 盐津县| 驻马店市| 宣城市| 卢龙县| 改则县| 英山县| 利辛县| 山丹县| 祁门县| 育儿| 鹰潭市| 清镇市| 吴桥县| 湖口县| 汕尾市| 仁布县| 民和| 静宁县| 怀安县| 普洱| 康平县|