當(dāng)前位置: 首頁(yè)IT技術(shù) → 關(guān)于ASP控制圖片顯示大小的實(shí)例代碼分享

關(guān)于ASP控制圖片顯示大小的實(shí)例代碼分享

更多

下面提供給大家的是關(guān)于ASP控制圖片顯示大小的實(shí)例代碼分享,希望能夠給大家?guī)韼椭騿l(fā)。

<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<script language="java script">
<!--
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+"x"+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+"x"+image.height;
}
}
}
//-->
</script>
</HEAD>
<BODY>
<a href="./img.jpg" target="_blank"><img src="./img.jpg" border="0" width="164" height="112" onload="java script:DrawImage(this);"></a>
</BODY>
</HTML>

熱門評(píng)論
最新評(píng)論
發(fā)表評(píng)論 查看所有評(píng)論(0)
昵稱:
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
字?jǐn)?shù): 0/500 (您的評(píng)論需要經(jīng)過審核才能顯示)