Loading...
 
Loading...
 
 草木洁玉
Loading...

 
 专 题 分 类 
Loading...
 最 新 评 论 
Loading...
 最 新 日 志 
Loading...
 最 新 留 言 
Loading...


 
 
 
      网页中放大缩小图片代码

>>2007-4-16 11:19:00
 

<html>

<head>
<title>放大缩小图片</title>
</head>

<input type="button" value="缩小" onclick="small1()">   
<input type="button" value="放大" onclick="big1()">             
         
<script>           
function small(){           
var height1=images0.height           
var width1=images0.width           
images0.height=height1/1.5           
images0.width=width1/1.5          
}            
         
function big(){           
var height1=images0.height           
var width1=images0.width           
images0.height=height1*1.5         
images0.width=width1*1.5          
}            
      
      
function small1(){           
var height1=images1.height           
var width1=images1.width           
images1.height=height1/1.5           
images1.width=width1/1.5          
}            
         
function big1(){           
var height1=images1.height           
var width1=images1.width           
images1.height=height1*1.5         
images1.width=width1*1.5          
}            
         
</script>        
<p><img border="0"  name=images1 src="http://www.baidu.com/img/logo.gif"></p>

<body>

</body>

</html>

   二少   
发表评论:
Loading...

 
 友 情 连 接 
 用 户 登 录 
Loading...
 博 客 信 息 
Loading...


 文 章 搜 索 

 
   


   
Powered by www.bitsCN.net