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

js 圖片縮放(按比例)控制代碼

 更新時(shí)間:2009年05月27日 14:44:45   作者:  
js 圖片縮放(按比例)實(shí)現(xiàn)代碼。
縮放代碼:
復(fù)制代碼 代碼如下:

縮放代碼:
<script type="text/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>
頁面代碼:
<img onload="javascript:DrawImage(this,89,63)" src="http://www.fzitv.net/images/logo.gif" width="89" height="63" border="0" />
覺得不錯(cuò)的發(fā)個(gè)言!


頁面代碼:
1. <img onload="javascript:DrawImage(this,89,63)" src="http://www.baidu.com/img/baidu_logo.gif" width="89" height="63" border="0" />
覺得不錯(cuò)的發(fā)個(gè)言!

相關(guān)文章

最新評(píng)論

佳木斯市| 灵宝市| 兴城市| 巴楚县| 濮阳县| 彩票| 蛟河市| 师宗县| 乐山市| 泌阳县| 攀枝花市| 正宁县| 长汀县| 炉霍县| 天水市| 中宁县| 杨浦区| 临湘市| 扎兰屯市| 双峰县| 东山县| 星子县| 光山县| 绩溪县| 平罗县| 中卫市| 旌德县| 家居| 托克逊县| 拉孜县| 闽侯县| 富顺县| 大安市| 邵东县| 岳普湖县| 龙海市| 连平县| 高尔夫| 盱眙县| 岗巴县| 疏勒县|