<?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: Listbox options javascript select all,move left-right, move up-down</title> <atom:link href="http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 08 Feb 2012 10:36:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: mesmerina</title><link>http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html/comment-page-1#comment-25849</link> <dc:creator>mesmerina</dc:creator> <pubDate>Sun, 05 Feb 2012 21:32:44 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1429#comment-25849</guid> <description>how can i send data in right selectbox to php file</description> <content:encoded><![CDATA[<p>how can i send data in right selectbox to php file</p> ]]></content:encoded> </item> <item><title>By: zodehala</title><link>http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html/comment-page-1#comment-25831</link> <dc:creator>zodehala</dc:creator> <pubDate>Sat, 04 Feb 2012 15:07:15 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1429#comment-25831</guid> <description>how can i get  &quot;selectedCountryList&quot; value from php filesi can not get i t using  following codesforeach($_POST as $a =&gt; $b) echo $a.&quot; - &quot;.$b.&quot;&quot;;</description> <content:encoded><![CDATA[<p>how can i get  &#8220;selectedCountryList&#8221; value from php files</p><p>i can not get i t using  following codes</p><p>foreach($_POST as $a =&gt; $b)<br /> echo $a.&#8221; &#8211; &#8220;.$b.&#8221;";</p> ]]></content:encoded> </item> <item><title>By: Selvi</title><link>http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html/comment-page-1#comment-19913</link> <dc:creator>Selvi</dc:creator> <pubDate>Tue, 27 Dec 2011 09:35:50 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1429#comment-19913</guid> <description>It&#039;s nice. Thanks!!!</description> <content:encoded><![CDATA[<p>It&#8217;s nice. Thanks!!!</p> ]]></content:encoded> </item> <item><title>By: Viral Patel</title><link>http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html/comment-page-1#comment-19323</link> <dc:creator>Viral Patel</dc:creator> <pubDate>Thu, 22 Dec 2011 18:09:52 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1429#comment-19323</guid> <description>@Ashraf: To add list items from right selectbox to left all you need to do is to call function listbox_moveacross() with argument first right listbox id and then left listbox id. e.g [code gutter=&quot;false&quot; language=&quot;js&quot;] listbox_moveacross(right_id, left_id); [/code]Hope that works.</description> <content:encoded><![CDATA[<p>@Ashraf: To add list items from right selectbox to left all you need to do is to call function listbox_moveacross() with argument first right listbox id and then left listbox id.<br /> e.g</p><pre class="brush: jscript; gutter: false; title: ; notranslate">
listbox_moveacross(right_id, left_id);
</pre><p>Hope that works.</p> ]]></content:encoded> </item> <item><title>By: Ashraf</title><link>http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html/comment-page-1#comment-19317</link> <dc:creator>Ashraf</dc:creator> <pubDate>Thu, 22 Dec 2011 17:15:20 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1429#comment-19317</guid> <description>How can i add limitation from right to left ? Please send me the solution.</description> <content:encoded><![CDATA[<p>How can i add limitation from right to left ? Please send me the solution.</p> ]]></content:encoded> </item> <item><title>By: Viral Patel</title><link>http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html/comment-page-1#comment-18315</link> <dc:creator>Viral Patel</dc:creator> <pubDate>Thu, 01 Dec 2011 09:07:15 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1429#comment-18315</guid> <description>@vissu - See if your HTML page has select boxes with the appropriate IDs. It could be the only reason why getElementById method is unable to retrieve a DOM object.</description> <content:encoded><![CDATA[<p>@vissu &#8211; See if your HTML page has select boxes with the appropriate IDs. It could be the only reason why getElementById method is unable to retrieve a DOM object.</p> ]]></content:encoded> </item> <item><title>By: vissu</title><link>http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html/comment-page-1#comment-18314</link> <dc:creator>vissu</dc:creator> <pubDate>Thu, 01 Dec 2011 09:01:53 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1429#comment-18314</guid> <description>var listbox = document.getElementById(listID); var src = document.getElementById(sourceID); var dest = document.getElementById(destID);getting listbox , src ,dest  null, although listID,sourceID,destID getting values.</description> <content:encoded><![CDATA[<p>var listbox = document.getElementById(listID);<br /> var src = document.getElementById(sourceID);<br /> var dest = document.getElementById(destID);</p><p>getting listbox , src ,dest  null, although listID,sourceID,destID getting values.</p> ]]></content:encoded> </item> <item><title>By: Dhananjay</title><link>http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html/comment-page-1#comment-15807</link> <dc:creator>Dhananjay</dc:creator> <pubDate>Tue, 30 Aug 2011 13:07:57 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1429#comment-15807</guid> <description>Superb Solution. The one thing i am only confused is what is&quot;listbox_moveacross(&#039;s&#039;, &#039;d&#039;)&quot;&quot;listbox_moveacross(&#039;d&#039;, &#039;s&#039;)&quot;&#039;s&#039;, &#039;d&amp;#39&quot;</description> <content:encoded><![CDATA[<p>Superb Solution. The one thing i am only confused is what is</p><p>&#8220;listbox_moveacross(&#039;s&#039;, &#039;d&#039;)&#8221;</p><p>&#8220;listbox_moveacross(&#039;d&#039;, &#039;s&#039;)</p><p>&#8220;&#039;s&#039;, &#039;d&amp;#39&#8243;</p> ]]></content:encoded> </item> <item><title>By: saurav</title><link>http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html/comment-page-1#comment-15755</link> <dc:creator>saurav</dc:creator> <pubDate>Tue, 23 Aug 2011 06:56:34 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1429#comment-15755</guid> <description>when i am trying it is giving me error as The function add(___newOption0, null) is undefined for the type Element</description> <content:encoded><![CDATA[<p>when i am trying it is giving me error as The function add(___newOption0, null) is undefined for the type Element</p> ]]></content:encoded> </item> <item><title>By: jepoy</title><link>http://viralpatel.net/blogs/2009/06/listbox-select-all-move-left-right-up-down-javascript.html/comment-page-1#comment-15404</link> <dc:creator>jepoy</dc:creator> <pubDate>Tue, 19 Jul 2011 10:11:07 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1429#comment-15404</guid> <description>thanks... simple amazing... save my time to code it.</description> <content:encoded><![CDATA[<p>thanks&#8230; simple amazing&#8230;<br /> save my time to code it.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: viralpatel.net @ 2012-02-09 10:31:21 -->
