<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[用js实现图片放大缩小]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Tue, 27 Oct 2009 07:06:18 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	但是用的onclick事件,所以点击一下,就放大或者缩小一点.<br/><br/><div class="code">&lt;script language=&quot;javascript&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;var oTime;<br/>&nbsp;&nbsp;&nbsp;&nbsp;function chgSize(args) &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var oImg = document.all&#91;&#039;oImg&#039;&#93;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;oImg.style.zoom = parseInt(oImg.style.zoom) + (args ? +1 : -1)&nbsp;&nbsp;+ &#039;%&#039;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;oTime = window.setTimeout(&#039;chgSize(&#039; + args + &#039;)&#039;, 100);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#125;&nbsp;&nbsp;&nbsp;&nbsp;<br/>document.onmouseup = function() &#123;<br/>window.clearTimeout(oTime);<br/>&#125;&nbsp;&nbsp;<br/>&lt;/script&gt;<br/>&lt;div style=&quot;height: 200px; overflow: auto;&quot;&gt;<br/>&lt;img id=&quot;oImg&quot; src=&quot;/Files/BeyondPic/2006-8/14/28youandi.jpg&quot; style=&quot;zoom: 100%;&quot;&gt;<br/>&lt;/div&gt;<br/>&lt;button onmousedown=&quot;chgSize(true);&quot; onmouseup=&quot;window.clearTimeout(oTime);&quot;&gt;↑&lt;/button&gt;<br/>&lt;button onmousedown=&quot;chgSize(false);&quot; onmouseup=&quot;window.clearTimeout(oTime);&quot;&gt;↓&lt;/button&gt;</div><br/><br/>来源：http://www.85flash.com/Get/JavaScript/2006-8-17/115327705.htm
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 用js实现图片放大缩小]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>