<?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: Upgrade Your Select Element to a Combo&#160;Box</title>
	<atom:link href="http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/</link>
	<description>Everyone needs a hug.</description>
	<lastBuildDate>Mon, 16 Nov 2009 21:43:07 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mary</title>
		<link>http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/comment-page-1/#comment-21617</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Thu, 05 Jul 2007 22:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=59#comment-21617</guid>
		<description>&lt;p&gt;Everyone needs a hug.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs a hug.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nibu</title>
		<link>http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/comment-page-1/#comment-21610</link>
		<dc:creator>Nibu</dc:creator>
		<pubDate>Thu, 05 Jul 2007 11:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=59#comment-21610</guid>
		<description>&lt;p&gt;I cannot Down load the code files&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I cannot Down load the code files</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nibu</title>
		<link>http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/comment-page-1/#comment-21609</link>
		<dc:creator>Nibu</dc:creator>
		<pubDate>Thu, 05 Jul 2007 11:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=59#comment-21609</guid>
		<description>&lt;p&gt;Everyone needs a hug.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs a hug.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Earnshaw</title>
		<link>http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/comment-page-1/#comment-20526</link>
		<dc:creator>Andy Earnshaw</dc:creator>
		<pubDate>Sun, 08 Apr 2007 21:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=59#comment-20526</guid>
		<description>&lt;p&gt;Just a few quick notes.  I came across this page whilst trying to improve my own combo box design I&#039;m using in one of my Windows Sidebar gadgets.  You should add an onlick that sets focus back to the text input when a selection is made.  Secondly, add an onkeydown to the text input for when up &amp; down is pressed.  ie:onkeydown=&quot;if (event.keycode == 38 &#124;&#124; event.keycode == 40) selectBoxId.focus(); window.setTimeout(textInput.focus, 10);&quot;Obviously replace selectBoxId with your own select element&#039;s id.  As the event fires before it bubbles, the keypress is actually sent to the select box, an then sets the focus back to the input.  What i&#039;m trying to do with mine is purely aesthetic - when hovering over the input box I want the select box to light up.  Unfortunately, I don&#039;t think you can trick any browser into thinking the mouse is somewhere it&#039;s not :)Andy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just a few quick notes.  I came across this page whilst trying to improve my own combo box design I&#8217;m using in one of my Windows Sidebar gadgets.  You should add an onlick that sets focus back to the text input when a selection is made.  Secondly, add an onkeydown to the text input for when up &amp; down is pressed.  ie:onkeydown=&#8221;if (event.keycode == 38 || event.keycode == 40) selectBoxId.focus(); window.setTimeout(textInput.focus, 10);&#8221;Obviously replace selectBoxId with your own select element&#8217;s id.  As the event fires before it bubbles, the keypress is actually sent to the select box, an then sets the focus back to the input.  What i&#8217;m trying to do with mine is purely aesthetic - when hovering over the input box I want the select box to light up.  Unfortunately, I don&#8217;t think you can trick any browser into thinking the mouse is somewhere it&#8217;s not :)Andy</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff Record</title>
		<link>http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/comment-page-1/#comment-20492</link>
		<dc:creator>Cliff Record</dc:creator>
		<pubDate>Tue, 03 Apr 2007 16:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=59#comment-20492</guid>
		<description>&lt;p&gt;Do you have an example that works in xslt?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Do you have an example that works in xslt?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Charles p.</title>
		<link>http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/comment-page-1/#comment-17725</link>
		<dc:creator>Charles p.</dc:creator>
		<pubDate>Tue, 13 Feb 2007 16:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=59#comment-17725</guid>
		<description>&lt;p&gt;I think I am having the same issue as Kevin Hansen.  I am trying to set the default value of the text field to be the selected item in the option list.&lt;/p&gt;

&lt;p&gt;This works fine in IE6 but Firefox 2.0 doesn&#039;t like it at all.  It seems that Firefox is not setting the selectedIndex of the control until after this code fires (?) so that if an option has the selected attribute IE sets it as the selectedIndex property of the select control before this script fires but Firefox waits till afterward for some stupid reason.&lt;/p&gt;

&lt;p&gt;Any clues?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think I am having the same issue as Kevin Hansen.  I am trying to set the default value of the text field to be the selected item in the option list.</p>

<p>This works fine in IE6 but Firefox 2.0 doesn&#8217;t like it at all.  It seems that Firefox is not setting the selectedIndex of the control until after this code fires (?) so that if an option has the selected attribute IE sets it as the selectedIndex property of the select control before this script fires but Firefox waits till afterward for some stupid reason.</p>

<p>Any clues?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Arnima</title>
		<link>http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/comment-page-1/#comment-16618</link>
		<dc:creator>Arnima</dc:creator>
		<pubDate>Fri, 09 Feb 2007 05:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=59#comment-16618</guid>
		<description>&lt;p&gt;hi
I need a help regarding the combox box.I am  creating a web page in which i have two combo boxes.How can i chnage the content of one combo box by selecting an element in other combo box.
example:
suppose the first combo box contains the list of countries and the second combo box contains the list of cities.
now when i select a country in first combo box the other should list the cities in that country.
How can this dynamic changing be done?? I mean what code should i write???&lt;/p&gt;

&lt;p&gt;Please send me a mail  with the exact code for implementation.
my mail id : arnimavidyarthy@gmail.com&lt;/p&gt;

&lt;p&gt;Thanks
Arnima Vidyarthy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi
I need a help regarding the combox box.I am  creating a web page in which i have two combo boxes.How can i chnage the content of one combo box by selecting an element in other combo box.
example:
suppose the first combo box contains the list of countries and the second combo box contains the list of cities.
now when i select a country in first combo box the other should list the cities in that country.
How can this dynamic changing be done?? I mean what code should i write???</p>

<p>Please send me a mail  with the exact code for implementation.
my mail id&#160;: <a href="mailto:arnimavidyarthy@gmail.com">arnimavidyarthy@gmail.com</a></p>

<p>Thanks
Arnima Vidyarthy</p>]]></content:encoded>
	</item>
	<item>
		<title>By: rob cubert</title>
		<link>http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/comment-page-1/#comment-11869</link>
		<dc:creator>rob cubert</dc:creator>
		<pubDate>Fri, 19 Jan 2007 22:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=59#comment-11869</guid>
		<description>&lt;p&gt;Thank you for the webpage
http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/
It greatly helped me and i appreciate what you have done.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for the webpage
<a href="http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/" rel="nofollow">http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/</a>
It greatly helped me and i appreciate what you have done.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hansen</title>
		<link>http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/comment-page-1/#comment-8536</link>
		<dc:creator>Kevin Hansen</dc:creator>
		<pubDate>Wed, 03 Jan 2007 21:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=59#comment-8536</guid>
		<description>&lt;p&gt;yikes, part of my comment had html in it.&lt;/p&gt;

&lt;p&gt;correct comment:
selected attribute of an option working.&lt;/p&gt;

&lt;p&gt;sorry for the confusion.&lt;/p&gt;

&lt;p&gt;thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>yikes, part of my comment had html in it.</p>

<p>correct comment:
selected attribute of an option working.</p>

<p>sorry for the confusion.</p>

<p>thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hansen</title>
		<link>http://particletree.com/features/upgrade-your-select-element-to-a-combo-box/comment-page-1/#comment-8535</link>
		<dc:creator>Kevin Hansen</dc:creator>
		<pubDate>Wed, 03 Jan 2007 21:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=59#comment-8535</guid>
		<description>&lt;p&gt;ryan, i have been trying to get the selected attribute of an  working with no avail.  do you have the code somewhere?  great little control nice work!&lt;/p&gt;

&lt;p&gt;any help would be greatly appreciated.&lt;/p&gt;

&lt;p&gt;thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ryan, i have been trying to get the selected attribute of an  working with no avail.  do you have the code somewhere?  great little control nice work!</p>

<p>any help would be greatly appreciated.</p>

<p>thanks!</p>]]></content:encoded>
	</item>
</channel>
</rss>
