最新国产好看的视频,伊人天堂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)文章

最新評論

平定县| 石台县| 九龙县| 灌云县| 泰顺县| 葫芦岛市| 阿合奇县| 鹿邑县| 银川市| 进贤县| 钟祥市| 南丹县| 营山县| 自贡市| 沙雅县| 府谷县| 宾阳县| 东台市| 河曲县| 公主岭市| 清原| 威远县| 郯城县| 宜兴市| 鹤山市| 吉木乃县| 洪江市| 冀州市| 商水县| 阿瓦提县| 武鸣县| 靖边县| 襄汾县| 兴仁县| 海城市| 平潭县| 武清区| 溆浦县| 阳新县| 济宁市| 呈贡县|