网(LieHuo.Net)教程 在图片上单击鼠标,获取图片的原始尺寸大小,变通一下我们可以实现让图片随网页的大小而自动适应,我们可以判断如果图片超出规定大小,则强制压缩图片,运行一下看效果吧。
<title>在图片上单击获取图片原始大小</title><img src="/liehuo.net/images/liehuo2009/logo.gif" _fcksavedurl="/liehuo.net/images/liehuo2009/logo.gif" width=200 height=80 onclick=alert('图片原始宽度为:'+GetImageWidth(this)+'图片原始高度为:'+GetImageHeight(this))><br /><center>如不能显示效果,请按Ctrl+F5刷新本页,更多网页代码:<a href='http://www.wfuyu.com/' _fcksavedurl='http://www.wfuyu.com/' target='_blank'>http://www.wfuyu.com/</a></center>提示:可修改后代码再运行!
上一篇 SQL Server 2005通过日志查看服务器的运行情况
下一篇 Prototype系列(2) prototype.js方法简介