Implementing an allFIelds function in my autocomplete

View: New views
1 Messages — Rating Filter:   Alert me  

Implementing an allFIelds function in my autocomplete

by Miguel Gatt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Dojo, I have an autocomplete function coded in my js file (this is the 'library' where all my central functions go) I am calling these functions form an html file.

Everything in my autocomplete is working fine but I want to implement an 'allFields' function, this is how it should work.

Lets say I have 2 autocomple boxes in my web form, the first one is country the second one is city. If i choose England in my country, I want that only the cities in England are displayed, for example, if I type in L i want London not Logano. I hope that I am being clear about it, I really really appreciate your help guys,

Thanks A Lot,
Miguel