dropdown textobox

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
sarris
Forum Contributor
Posts: 137
Joined: Mon Dec 04, 2006 2:44 pm

dropdown textobox

Post by sarris »

Hi there. I have seen arround various sites, textboxes that as you type they give you the remaining options on a dropdown list that open exactly under the textbox.
Its like a dropdown box in which you can type as well. I know that finding the remaining selections needs to be implemented with AJAX but i dont really know what kind of element is that. Anyone knows?

If i didnt explain myself well check out the textbox on http://www.thinkproperty.com
...as you type the areas you get all the available options.

thanks
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Post by jayshields »

It's just a text input field with a javascript/AJAX/CSS box that appears underneath it as you type. Why not check out the source and lift out any bits you need and have a play around with it?
Post Reply