【www.gdgbn.com--word】

<script language="网页特效" type="text/javascript">
//改变图片大小
function resizepic(thispic)
{
if(thispic.width>600){thispic.height=thispic.height*600/thispic.width;thispic.width=600;}
}
//无级缩放图片大小
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>

本文来源:http://www.gdgbn.com/bangongshuma/26619/