<?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: Retaining Selections From A Single Select Box In Two Multiple Select Boxes Via JavaScript / DOM</title>
	<atom:link href="http://www.dougv.com/2007/01/03/retaining-selections-from-a-single-select-box-in-two-multiple-select-boxes-via-javascript-dom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dougv.com/2007/01/03/retaining-selections-from-a-single-select-box-in-two-multiple-select-boxes-via-javascript-dom/</link>
	<description>ASP.NET, PHP, XML, JavaScript, DOM, Web geekery</description>
	<lastBuildDate>Mon, 02 Jan 2012 21:22:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Siba</title>
		<link>http://www.dougv.com/2007/01/03/retaining-selections-from-a-single-select-box-in-two-multiple-select-boxes-via-javascript-dom/#comment-53</link>
		<dc:creator>Siba</dc:creator>
		<pubDate>Tue, 09 Jan 2007 05:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/01/03/retaining-selections-from-a-single-select-box-in-two-multiple-select-boxes-via-javascript-dom/#comment-53</guid>
		<description>I have one select box and two multiselect box .when i select a item(let it be A) in select menu then it shows a1,a2,a3,a4,a5,a6 in first multiselect box.I have two buttons which are used to move the items between two multiselect box.suppose I moved a5 and a6 to second multiselect box.So now there is only 4 items in first multiselect box and two in second multiselect box. At this moment suppose I select another item in select box (Let it be B) then it will show the corresponding items (i.e b1,b2,b3,b4,b5..)in first multiselect box and nothing should be there in second multiselect box.So again when I select A in the select menu it should show me the previous values i.e. four items in first(a1,a2.a3,a4) and two item(a5,a6) in second multiselect box.</description>
		<content:encoded><![CDATA[<p>I have one select box and two multiselect box .when i select a item(let it be A) in select menu then it shows a1,a2,a3,a4,a5,a6 in first multiselect box.I have two buttons which are used to move the items between two multiselect box.suppose I moved a5 and a6 to second multiselect box.So now there is only 4 items in first multiselect box and two in second multiselect box. At this moment suppose I select another item in select box (Let it be B) then it will show the corresponding items (i.e b1,b2,b3,b4,b5..)in first multiselect box and nothing should be there in second multiselect box.So again when I select A in the select menu it should show me the previous values i.e. four items in first(a1,a2.a3,a4) and two item(a5,a6) in second multiselect box.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

