معلومات المنتج:
<لغة البرنامج النصي = "جافا سكريبت">
وظيفة DrawImage(ImgD,FitWidth,FitHeight){
var image=new Image();
image.src=ImgD.src;
إذا(image.width>0 && image.height>0){
إذا (image.width/image.height>= FitWidth/FitHeight){
إذا(image.width>FitWidth){
ImgD.width=FitWidth;
ImgD.height=(image.height*FitWidth)/image.width;
}
آخر{
ImgD.width=image.width;
ImgD.height=image.height;
}
}
آخر{
إذا(image.height>FitHeight){
ImgD.height=FitHeight;
ImgD.width=(image.width*FitHeight)/image.height;
}
آخر{
ImgD.width=image.width;
ImgD.height=image.height;
}
}
}
}
</script>
الاسم:
معلومات المنتج:
<a href="admin/<? echo $rscase['path']?>" target="_blank"><img src="admin/<? echo $rscase['path']?>" onload='javascript :رسم الصورة(هذا,180,);' hspace="3" vspace="3" /></a>