可预览缩略图(实时预览)的上传图片界面
采集日期:2008-4-28作者:zgqtxwd(注:本数据由系统自动采集,内容与BHCODE无关)
if(image.width/image.height>= 120/80){ if(image.width>120){ ImgD.width=120;ImgD.height=(image.height*120)/image.width;ImgD.height=image.height;} ImgD.alt=image.width+"×"+image.height; } else{ if(image.height>80){ ImgD.height=80; ImgD.width=(image.width*80)/image.height; }else{ ImgD.width=image.width; ImgD.height=image.height; } ImgD.alt=image.width+"×"+image.height; } } /*else{ ImgD.s