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

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

 更新時(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)文章

最新評(píng)論

剑川县| 桂东县| 筠连县| 泰州市| 江川县| 和田市| 江孜县| 徐闻县| 平南县| 西华县| 新郑市| 青浦区| 东乌| 五家渠市| 巴彦县| 广宁县| 涟水县| 墨江| 台湾省| 化州市| 武功县| 商丘市| 海盐县| 泽普县| 桑日县| 固镇县| 离岛区| 常德市| 高雄县| 平南县| 互助| 樟树市| 靖边县| 兴和县| 喜德县| 五原县| 麻城市| 林芝县| 乐亭县| 定远县| 仙桃市|