星之海洋2
(星之海洋2)
高级会员

版主
UID 17773
精华
0
积分 904
帖子 902
金钱 904 喜悦币
威望 0
人脉 0
阅读权限 50
注册 2002-11-16 来自 hy.zj.China
状态 离线
|
[推荐阅读] 超强宝宝的精典语录
<SCRIPT LANGUAGE="JavaScript">
scaleImges(img,300,150);
function scaleImges(obj,w,h) {
with(obj) {
if(offsetWidth>w||offsetHeight>h) {
style.width=offsetWidth/2;
style.height=offsetHeight/2;
}
}
}
</SCRIPT>
<IMG SRC="xxx.gif" id="img">
|
|