<script language="JavaScript">
<!--
//改变图片大小
function resizepic(thispic){
if(thispic.width>700) thispic.width=700;
}
//无级缩放图片大小
function bbimg(o){
var zoom=parseInt(o.style.zoom,10)||100;
zoom+=event.wheelDelta/12;
if(zoom>0) o.style.zoom=zoom+'%';
return false;
}
-->
</script>
</head>
<body>
<img src="/images/zhanghanyun.jpg" width="320" height="240" border="0" οnlοad="javascript:resizepic(this)" onmousewheel="return bbimg(this)">
</body>
<!--
//改变图片大小
function resizepic(thispic){
if(thispic.width>700) thispic.width=700;
}
//无级缩放图片大小
function bbimg(o){
var zoom=parseInt(o.style.zoom,10)||100;
zoom+=event.wheelDelta/12;
if(zoom>0) o.style.zoom=zoom+'%';
return false;
}
-->
</script>
</head>
<body>
<img src="/images/zhanghanyun.jpg" width="320" height="240" border="0" οnlοad="javascript:resizepic(this)" onmousewheel="return bbimg(this)">
</body>