






















<script language="javascript" type="text/javascript">
function Zoom()
{
var hX=document.all.bb.height*1.5;
var hY=document.all.bb.width*1.5;
document.getElementById("bb").style.height=hX;
document.getElementById("bb").style.width=hY;
}
</script>
点按牛放大
<input id="Button2" type="button" onclick="javascript:Zoom();" value="button" />
点图象放大.
<img id="bb" alt="" src="桃园仙谷游.JPG" style="height:200px; width:400px; zoom:1" onclick="this.style.zoom=eval(this.style.zoom)+0.1" />
制作图片热点:
<map name="Map" id="Map">此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。