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

圖片按比例縮放函數(shù)

 更新時間:2006年06月26日 00:00:00   作者:  
以下是程序代碼:
<script language="JavaScript">
<!--
//圖片按比例縮放
var flag=false;
function DrawImage(ImgD,iwidth,iheight){
    //參數(shù)(圖片,允許的寬度,允許的高度)
    var image=new Image();
    image.src=ImgD.src;
    if(image.width>0 && image.height>0){
    flag=true;
    if(image.width/image.height>= iwidth/iheight){
        if(image.width>iwidth){  
        ImgD.width=iwidth;
        ImgD.height=(image.height*iwidth)/image.width;
        }else{
        ImgD.width=image.width;  
        ImgD.height=image.height;
        }
        ImgD.alt=image.width+"×"+image.height;
        }
    else{
        if(image.height>iheight){  
        ImgD.height=iheight;
        ImgD.width=(image.width*iheight)/image.height;        
        }else{
        ImgD.width=image.width;  
        ImgD.height=image.height;
        }
        ImgD.alt=image.width+"×"+image.height;
        }
    }

//-->
</script>
調(diào)用:<img src="images/toplogo.gif" onload="javascript:DrawImage(this,100,100)">

相關(guān)文章

最新評論

华蓥市| 杭州市| 钦州市| 金山区| 蒙自县| 本溪市| 乐清市| 临城县| 东乌珠穆沁旗| 龙口市| 溆浦县| 天等县| 中西区| 青冈县| 黔江区| 罗甸县| 西贡区| 临泽县| 太白县| 高雄县| 广安市| 十堰市| 吴江市| 秦皇岛市| 吉水县| 木兰县| 法库县| 临夏县| 延津县| 杭锦后旗| 洛浦县| 莲花县| 娱乐| 潮安县| 济阳县| 皋兰县| 南雄市| 牡丹江市| 康马县| 苍山县| 鄂托克旗|