<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JavaScript &#8211; Get Checkbox Value</title>
	<atom:link href="http://www.easywayserver.com/blog/javascript-get-checkbox-value/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easywayserver.com/blog/javascript-get-checkbox-value/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 15 Jan 2012 15:24:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kuldeep Kumar Singh</title>
		<link>http://www.easywayserver.com/blog/javascript-get-checkbox-value/comment-page-1/#comment-23187</link>
		<dc:creator>Kuldeep Kumar Singh</dc:creator>
		<pubDate>Mon, 18 Jul 2011 12:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=29#comment-23187</guid>
		<description>Thanks man....  :)</description>
		<content:encoded><![CDATA[<p>Thanks man&#8230;.  <img src='http://www.easywayserver.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jyotishankar</title>
		<link>http://www.easywayserver.com/blog/javascript-get-checkbox-value/comment-page-1/#comment-22875</link>
		<dc:creator>Jyotishankar</dc:creator>
		<pubDate>Sat, 09 Jul 2011 09:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=29#comment-22875</guid>
		<description>

All   :
A.    :
B.    :
C.    :

</description>
		<content:encoded><![CDATA[<p>All   :<br />
A.    :<br />
B.    :<br />
C.    :</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jyotishankar</title>
		<link>http://www.easywayserver.com/blog/javascript-get-checkbox-value/comment-page-1/#comment-22874</link>
		<dc:creator>Jyotishankar</dc:creator>
		<pubDate>Sat, 09 Jul 2011 09:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=29#comment-22874</guid>
		<description>Select all check for a checkbox with using different names!




function selectCheckBox()
{   
     if(document.getElementById(&#039;id11&#039;).checked==true)
     {
     	document.frm.id2.checked=true
     	document.frm.id3.checked=true
     	document.frm.id4.checked=true
     }
     if(document.getElementById(&#039;id11&#039;).checked==false)
     {
     	document.frm.id2.checked=false
     	document.frm.id3.checked=false
     	document.frm.id4.checked=false
     }
}
function selectCheckBox2()
{
     if((document.getElementById(&#039;id12&#039;).checked==false) &amp;&amp; ((document.getElementById(&#039;id13&#039;).checked==false) &amp;&amp; ((document.getElementById(&#039;id14&#039;).checked==false))
     {
     	document.frm.id1.checked=false
     }  
}







All   :
A.    :
B.    :
C.    :


</description>
		<content:encoded><![CDATA[<p>Select all check for a checkbox with using different names!</p>
<p>function selectCheckBox()<br />
{<br />
     if(document.getElementById(&#8217;id11&#8242;).checked==true)<br />
     {<br />
     	document.frm.id2.checked=true<br />
     	document.frm.id3.checked=true<br />
     	document.frm.id4.checked=true<br />
     }<br />
     if(document.getElementById(&#8217;id11&#8242;).checked==false)<br />
     {<br />
     	document.frm.id2.checked=false<br />
     	document.frm.id3.checked=false<br />
     	document.frm.id4.checked=false<br />
     }<br />
}<br />
function selectCheckBox2()<br />
{<br />
     if((document.getElementById(&#8217;id12&#8242;).checked==false) &amp;&amp; ((document.getElementById(&#8217;id13&#8242;).checked==false) &amp;&amp; ((document.getElementById(&#8217;id14&#8242;).checked==false))<br />
     {<br />
     	document.frm.id1.checked=false<br />
     }<br />
}</p>
<p>All   :<br />
A.    :<br />
B.    :<br />
C.    :</p>
]]></content:encoded>
	</item>
</channel>
</rss>

