隨筆-200  評論-148  文章-15  trackbacks-0
          // ---------------------------------------------------
          // 方法:setSelectReadOnly 用于設定極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)  編輯  收藏 所屬分類: 職場生活
          主站蜘蛛池模板: 通化市| 重庆市| 长汀县| 曲麻莱县| 元阳县| 宜州市| 屯留县| 泸水县| 阳城县| 邯郸市| 金华市| 四会市| 炎陵县| 小金县| 浦县| 赣州市| 武邑县| 赞皇县| 昭平县| 绩溪县| 明星| 弋阳县| 青铜峡市| 铜鼓县| 江城| 博兴县| 博乐市| 德清县| 浏阳市| 布拖县| 古交市| 伊金霍洛旗| 共和县| 张家口市| 沅江市| 略阳县| 鸡西市| 东乌珠穆沁旗| 洛浦县| 连山| 威宁|