thespecialone
10-10-2008, 03:44 AM
I'm trying to find a AutoComplete/AutoSuggest script that will display the following in the drop menu:
City<br>
Country
--------------------
i.e:
London,
England
New York City,
United States of America
Paris,
France
--------------------
But when selected the user selects the city the script must only show "City" in the input box (i.e. London NOT London, England). I need the Country so the user knows that they are selecting the appropriate City, but do not need Country as part of my search parameters.
Thanks for any wisdom you may share.
City<br>
Country
--------------------
i.e:
London,
England
New York City,
United States of America
Paris,
France
--------------------
But when selected the user selects the city the script must only show "City" in the input box (i.e. London NOT London, England). I need the Country so the user knows that they are selecting the appropriate City, but do not need Country as part of my search parameters.
Thanks for any wisdom you may share.