AndieB Posted December 29, 2009 Share Posted December 29, 2009 Hi all, I am new to this AJAX concept. Have walked through a couple of "tutorials" and get a bit of an idea of how things work out. But I seem not to understand how to get the following in place. [*]A webpage with an INPUT field of type Text [*]User should start a type a country name and it should lookup from a database (live search) [*]When user notices that the correct country is shown, he/she should just hit enter to "select" it. If user finds the correct country two rows down, he/she should be able to step down with the arrow-keys and hit enter to autofill it in the text field. How do I get the above in place? Thankful for any kind of help or script examples or tutorials. Sincerely, Andreas Link to comment https://forums.phpfreaks.com/topic/186585-input-text-field-autofilled/ Share on other sites More sharing options...
rajivgonsalves Posted December 29, 2009 Share Posted December 29, 2009 your looking for an autocomplete stuff you can take a look at the following tutorial http://articles.sitepoint.com/article/life-autocomplete-textboxes# Link to comment https://forums.phpfreaks.com/topic/186585-input-text-field-autofilled/#findComment-985428 Share on other sites More sharing options...
praveenhotha Posted January 2, 2010 Share Posted January 2, 2010 try this link http://www.devbridge.com/projects/autocomplete/jquery/ if u want to try out jquery.. its pretty easy to use.. Link to comment https://forums.phpfreaks.com/topic/186585-input-text-field-autofilled/#findComment-987270 Share on other sites More sharing options...
AndieB Posted January 3, 2010 Author Share Posted January 3, 2010 try this link http://www.devbridge.com/projects/autocomplete/jquery/ if u want to try out jquery.. its pretty easy to use.. Thank you very much! This one was really interesting! I'll investigate it further! --Andreas-- Link to comment https://forums.phpfreaks.com/topic/186585-input-text-field-autofilled/#findComment-987564 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.