Newbie Member
12Jan2010,13:48   #31
kuttappan's Avatar
thanx a lot dude!!...u really helped me
Newbie Member
28Jan2010,14:16   #32
dd_fadhilah's Avatar
your work's great... but the list is static and not from database. From thread 'source code for autosuggest' u've suggested to see your solution... but it seems no solution given...hmm...
Newbie Member
20Feb2010,16:28   #33
amoremia's Avatar
Thanks a lot for the solution. I have a problem though. The code works like a charm for one text input box. However, when I create more than one boxes (I need multiple entry from the same array) the code does not work for the other boxes but only for the first one.
I would really appreciate the help.

regards
Newbie Member
1May2010,20:56   #34
ahmed-mehmood's Avatar
where i will make changes if i want to fetch the data from the database . ?? i want to use php ... please do reply ASAP ..
Light Poster
12May2010,10:11   #35
Arthanarisamy's Avatar
Thanks a lot! I was asking for this only exactly! Its really helpful!
Light Poster
12May2010,10:16   #36
Arthanarisamy's Avatar
Can you also help me in displaying the names which is there in the database!


Instead giving all the names in the script, i will maintain a table named names.

So i should retrive those names and should display it in the suggestion box same way how you have did using javascript suggestion box!
Newbie Member
13Nov2011,03:25   #37
drillbabydrill's Avatar
Hello, I'm trying to use this code but it's not working. I added the html code to my site and I saved the java code as AutoComplete.js and added it to my site too. is this correct? how does the html file "connect" to the java file. I don't think one knows where the other is. I know nothing about java. help please. thank you.
Newbie Member
11Jul2012,14:42   #38
amit24x7's Avatar
Hi,
I am getting this example done, but once i choose option from drop down and enter then input box is getting clear, i am not getting value in input box what i have selected. Please help