<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Ajax powered city state Dropdown</title>
	<atom:link href="http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/</link>
	<description>Technology tips for all</description>
	<lastBuildDate>Thu, 09 Sep 2010 21:00:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: cristi</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-40428</link>
		<dc:creator>cristi</dc:creator>
		<pubDate>Mon, 06 Sep 2010 08:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-40428</guid>
		<description>hello, 

i&#039;m looking for a way that after u select the City some information will be displayed from a database... 
it&#039;s that possible?


here is an example, i just want it to have 2 drop down menus:
http://www.w3schools.com/php/php_ajax_database.asp

thanks</description>
		<content:encoded><![CDATA[<p>hello, </p>
<p>i&#8217;m looking for a way that after u select the City some information will be displayed from a database&#8230;<br />
it&#8217;s that possible?</p>
<p>here is an example, i just want it to have 2 drop down menus:<br />
<a href="http://www.w3schools.com/php/php_ajax_database.asp" rel="nofollow">http://www.w3schools.com/php/php_ajax_database.asp</a></p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praks</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-34776</link>
		<dc:creator>praks</dc:creator>
		<pubDate>Sat, 14 Aug 2010 10:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-34776</guid>
		<description>Any Updates ??</description>
		<content:encoded><![CDATA[<p>Any Updates ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praks</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-34622</link>
		<dc:creator>praks</dc:creator>
		<pubDate>Fri, 13 Aug 2010 19:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-34622</guid>
		<description>thx for the quick reply..am a little dumb with all this..can u help me with the exact code..</description>
		<content:encoded><![CDATA[<p>thx for the quick reply..am a little dumb with all this..can u help me with the exact code..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Khosla</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-34618</link>
		<dc:creator>Sachin Khosla</dc:creator>
		<pubDate>Fri, 13 Aug 2010 18:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-34618</guid>
		<description>You can associate an onchange event on the city drop down and redirect the user accordingly, on the basis of the selected city</description>
		<content:encoded><![CDATA[<p>You can associate an onchange event on the city drop down and redirect the user accordingly, on the basis of the selected city</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praks</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-34605</link>
		<dc:creator>praks</dc:creator>
		<pubDate>Fri, 13 Aug 2010 17:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-34605</guid>
		<description>how to link each city to a hyperink, so that when the city is selected it goes to a specific link (ofcourse without a submit or go button) if you could help with the complete code alongwith the above ! Thanks :)</description>
		<content:encoded><![CDATA[<p>how to link each city to a hyperink, so that when the city is selected it goes to a specific link (ofcourse without a submit or go button) if you could help with the complete code alongwith the above ! Thanks <img src='http://www.digimantra.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Khosla</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-34035</link>
		<dc:creator>Sachin Khosla</dc:creator>
		<pubDate>Tue, 10 Aug 2010 19:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-34035</guid>
		<description>$data here is just an array, making database connection, fetching from the database and storing it in array depends upon how you write the underneath code.</description>
		<content:encoded><![CDATA[<p>$data here is just an array, making database connection, fetching from the database and storing it in array depends upon how you write the underneath code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jigar rathod</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-34034</link>
		<dc:creator>jigar rathod</dc:creator>
		<pubDate>Tue, 10 Aug 2010 19:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-34034</guid>
		<description>hi,

I am trying to populate through database but it is not working for me.Can you please let me know how can i assign to $data array .

Thanks 
Jigar</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I am trying to populate through database but it is not working for me.Can you please let me know how can i assign to $data array .</p>
<p>Thanks<br />
Jigar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak Kumar</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-33785</link>
		<dc:creator>Deepak Kumar</dc:creator>
		<pubDate>Mon, 09 Aug 2010 12:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-33785</guid>
		<description>Thanks for the example, it is working fine. I need to write a similar code but with jsp instead of php. The problem is, the city names are to be fetched from the database and the depending upon the state selected it should flow in dropdown.
also, i have a text field for the state entry and even when i enter a partial city name the cities should flow automatically.
can you help?</description>
		<content:encoded><![CDATA[<p>Thanks for the example, it is working fine. I need to write a similar code but with jsp instead of php. The problem is, the city names are to be fetched from the database and the depending upon the state selected it should flow in dropdown.<br />
also, i have a text field for the state entry and even when i enter a partial city name the cities should flow automatically.<br />
can you help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anubhaw</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-31639</link>
		<dc:creator>Anubhaw</dc:creator>
		<pubDate>Thu, 29 Jul 2010 06:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-31639</guid>
		<description>Hey its really very helping.i am the beginner for ajax but after reading this i feel very confident about ajax.</description>
		<content:encoded><![CDATA[<p>Hey its really very helping.i am the beginner for ajax but after reading this i feel very confident about ajax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Munish Sharma</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-30112</link>
		<dc:creator>Munish Sharma</dc:creator>
		<pubDate>Mon, 19 Jul 2010 06:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-30112</guid>
		<description>Excellent in the way it is being explained.</description>
		<content:encoded><![CDATA[<p>Excellent in the way it is being explained.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-22987</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 31 May 2010 18:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-22987</guid>
		<description>THANK YOU!!  I found a few other examples first and could not get what I needed (they were all using country as well).

This worked like a charm!</description>
		<content:encoded><![CDATA[<p>THANK YOU!!  I found a few other examples first and could not get what I needed (they were all using country as well).</p>
<p>This worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Khosla</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-19953</link>
		<dc:creator>Sachin Khosla</dc:creator>
		<pubDate>Thu, 29 Apr 2010 18:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-19953</guid>
		<description>I am so sorry to having forget that we still live with brainless browsers like IE. In the above example I have missed is the value attribute in the option tag. 

Correcting the code, should reflect in few mins. If you don&#039;t see clear the cache. 

Hope that works !</description>
		<content:encoded><![CDATA[<p>I am so sorry to having forget that we still live with brainless browsers like IE. In the above example I have missed is the value attribute in the option tag. </p>
<p>Correcting the code, should reflect in few mins. If you don&#8217;t see clear the cache. </p>
<p>Hope that works !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-19950</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 29 Apr 2010 17:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-19950</guid>
		<description>Got them working ok but just noticed they are not working in IE. Nothing really seems to I guess.  Is there something I should do to make these cross browser capable?  Thanks for the great article btw.</description>
		<content:encoded><![CDATA[<p>Got them working ok but just noticed they are not working in IE. Nothing really seems to I guess.  Is there something I should do to make these cross browser capable?  Thanks for the great article btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-19384</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 21 Apr 2010 19:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-19384</guid>
		<description>I suppose I&#039;m a little confused. How can I easily give each city a unique option value so on select they actually link somewhere. Sorry for such a simple question.  Sorry to make you dumb it down.</description>
		<content:encoded><![CDATA[<p>I suppose I&#8217;m a little confused. How can I easily give each city a unique option value so on select they actually link somewhere. Sorry for such a simple question.  Sorry to make you dumb it down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Khosla</title>
		<link>http://www.digimantra.com/technology/javascript/ajax-powered-dropdown/#comment-13147</link>
		<dc:creator>Sachin Khosla</dc:creator>
		<pubDate>Mon, 11 Jan 2010 18:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.digimantra.com/?p=2128#comment-13147</guid>
		<description>Hi d teo, 

Yes you can use the same code for 2 or more drop downs. All you have to do is keep different name and ids of the select boxes and corresponding names in the PHP + JS script. 

Hope that helps !

Thanks
Sachin Khosla</description>
		<content:encoded><![CDATA[<p>Hi d teo, </p>
<p>Yes you can use the same code for 2 or more drop downs. All you have to do is keep different name and ids of the select boxes and corresponding names in the PHP + JS script. </p>
<p>Hope that helps !</p>
<p>Thanks<br />
Sachin Khosla</p>
]]></content:encoded>
	</item>
</channel>
</rss>
