How to implement search help?
Posted: Sat Jan 27, 2007 4:41 am
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
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