最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

js 加載時自動調(diào)整圖片大小

 更新時間:2008年05月28日 22:52:39   作者:  
又一個javascript自動調(diào)整圖片大小的腳本
//  方法: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;
}

image1.src=imgD.src; 
imgD.style.cursor = 'hand';
imgD.onclick= function(){openWin(this.src,'imgphoto',600,400)};
imgD.title = "點擊在新窗口中查看原圖";
}

相關(guān)文章

最新評論

纳雍县| 公安县| 淳安县| 格尔木市| 民县| 大庆市| 阿尔山市| 镇巴县| 丰原市| 汉中市| 和静县| 厦门市| 如皋市| 青铜峡市| 遂川县| 光泽县| 金沙县| 广灵县| 措勤县| 漠河县| 东宁县| 清徐县| 伊春市| 章丘市| 桂平市| 蒲城县| 澄江县| 青铜峡市| 色达县| 汨罗市| 金湖县| 张家界市| 石嘴山市| 衡东县| 东安县| 府谷县| 龙州县| 镇原县| 长岭县| 宁晋县| 新建县|