| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 635 人关注过本帖
标题:有需要图片等比例显示请进来,好东西大家分享
只看楼主 加入收藏
xinyu305
Rank: 1
等 级:新手上路
帖 子:39
专家分:0
注 册:2005-3-25
收藏
 问题点数:0 回复次数:2 
有需要图片等比例显示请进来,好东西大家分享

<head> <script language="JavaScript"> <!-- var flag=false; function DrawImage(ImgD){ var image=new Image(); image.src=ImgD.src; if(image.width>0 && image.height>0){ flag=true; if(image.width/image.height>= 164/112){ if(image.width>164){ ImgD.width=164; ImgD.height=(image.height*164)/image.width; }else{ ImgD.width=image.width; ImgD.height=image.height; } ImgD.alt=image.width+"×"+image.height; } else{ if(image.height>112){ ImgD.height=112; ImgD.width=(image.width*112)/image.height; }else{ ImgD.width=image.width; ImgD.height=image.height; } ImgD.alt=image.width+"×"+image.height; } } } //--> </script>

</head>

<body>

<a href="1.asp" target="_blank"><img src="1.jpg" border="0" width="164" height="112" onload="javascript:DrawImage(this);"></a>

搜索更多相关主题的帖子: 分享 
2005-04-28 16:38
无根泉
Rank: 2
等 级:新手上路
威 望:4
帖 子:853
专家分:0
注 册:2004-11-4
收藏
得分:0 
大家顶呀,绝对好用呀!

我很菜,但我很努力!
2005-04-30 13:29
tyang
Rank: 1
等 级:新手上路
帖 子:216
专家分:0
注 册:2004-9-16
收藏
得分:0 
好东西,我顶一下

我的网站" target="_blank">http://www. 欢迎加入网站设计交流群:17222128
2005-04-30 15:11
快速回复:有需要图片等比例显示请进来,好东西大家分享
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016651 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved