Hi,Is there any way to use Type ahead / Auto complete in a web application?
I mean that when a user type a word a book title for example, gets a list of the words (book titles) that has been written in the documents in the same database.
Just to check if it exists or not.
Any ideas? Or any way to do this? JavaScript? Java? Ajax?
Yes, you can do this on the web. If you google “javascript” along with either “type ahead” or “auto complete”, you’ll find code that you should be able to adapt into your application.