There is an option in Firefox "Remember what I enter in forms and search box".
What it does it saved the data that you enter in form and if you try write that data again it shows you this data down.
Now i want to implement some thing like this:
If you user types ch form the states list it should pick stales which starts with word "ch" like Chicago and show it in a drop down list or box.
This can be done by sending ajax request to a php page but i don't know how can i show it in search box?
any help
thank you
How to implement search help?
Moderator: General Moderators
That's exactly what I am working on at the moment.
What I did was to store the search queries the user made and results returned. if result were > 0 the store it else dump it.
After a while the table got enough results to start using the auto-suggest ajax.
you can check it out here: http://www.funkymotors.ie and try looking for - cd player
What I did was to store the search queries the user made and results returned. if result were > 0 the store it else dump it.
After a while the table got enough results to start using the auto-suggest ajax.
you can check it out here: http://www.funkymotors.ie and try looking for - cd player
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA