<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.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://www.jackxiang.com/post//</link>
<title><![CDATA[[js全选]check脚本实现全选。。。（代码）]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 29 Aug 2007 08:44:46 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	&lt;script language=&quot;javascript&quot;&gt;<br/>function setcheckboxes(str)<br/>{<br/> &nbsp;var ischecked = document.form4.boxname.checked;<br/> &nbsp;var element = document.getElementsByName(str);<br/> &nbsp;var num &nbsp;= (typeof(element.length) != &#039;undefined&#039;) ? element.length : 0;<br/><br/> &nbsp;if (num)<br/> &nbsp;{<br/> &nbsp; &nbsp;for (var i = 0; i &lt; num; i++)<br/> &nbsp; &nbsp;{<br/> &nbsp; &nbsp; &nbsp;element[i].checked = ischecked;<br/> &nbsp; &nbsp;}<br/> &nbsp;}<br/> &nbsp;else<br/> &nbsp;{<br/> &nbsp; &nbsp;element.checked = ischecked;<br/> &nbsp;}<br/> &nbsp;document.getElementsByName(&#039;boxname&#039;).checked=ischecked;<br/>}<br/><br/>&lt;/script&gt;<br/>&lt;tr align=left&gt; &lt;td class=&quot;ck&quot;&gt;&lt;input name=&quot;checkent[]&quot; type=&quot;checkbox&quot; value=&quot;%s&quot; /&gt;<br/> &nbsp;&lt;tr align=left&gt; &lt;td class=&quot;ck&quot;&gt;&lt;input name=&quot;checkent[]&quot; type=&quot;checkbox&quot; value=&quot;%s&quot; /&gt;<br/> &nbsp;&lt;tr align=left&gt; &lt;td class=&quot;ck&quot;&gt;&lt;input name=&quot;checkent[]&quot; type=&quot;checkbox&quot; value=&quot;%s&quot; /&gt;<br/> &nbsp;&lt;tr align=left&gt; &lt;td class=&quot;ck&quot;&gt;&lt;input name=&quot;checkent[]&quot; type=&quot;checkbox&quot; value=&quot;%s&quot; /&gt;<br/> &nbsp;&lt;tr align=left&gt; &lt;td class=&quot;ck&quot;&gt;&lt;input name=&quot;checkent[]&quot; type=&quot;checkbox&quot; value=&quot;%s&quot; /&gt;<br/> &nbsp;&lt;tr align=left&gt; &lt;td class=&quot;ck&quot;&gt;&lt;input name=&quot;checkent[]&quot; type=&quot;checkbox&quot; value=&quot;%s&quot; /&gt;<br/> &lt;form action=&quot;&quot; method=&quot;POST&quot; name=&quot;form4&quot;&gt;<br/> &nbsp; &nbsp; &nbsp;&lt;td colspan=&quot;7&quot; style=&quot;text-align:left;&quot;&gt;&lt;input type=&quot;checkbox&quot; name=&quot;boxname&quot; id=&quot;boxname&quot; onclick=&quot;setcheckboxes(&#039;checkent[]&#039;)&quot; value=&quot;aa1&quot; style=&quot;margin:0 0 0 0.7%&quot; /&gt;<br/> &nbsp; &nbsp; &nbsp; &nbsp;&lt;label for=&quot;aa1&quot;&gt;全选/取消&lt;/label&gt;&lt;/td&gt;<br/> &nbsp; &nbsp;&lt;/tr&gt;<br/> &nbsp;&lt;/form&gt;<br/><br/> &nbsp;
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [js全选]check脚本实现全选。。。（代码）]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>