Newbie Member
21Jan2009,19:35   #21
andrejc's Avatar
Thanks a lot. When i googled up for autocompletion I first encountered a bunch of sites saying its imposible or sugesting visualy improper solutions.

However, I use prototype framework (1.6) to send the data to javascript and the code did not work. All your arrays get filled with functions from prototype.js as objects. I didn't look up where's the object collision, I just replaced all the for(var i in array) with for(i=0; i<array.lenght; i++) in your script and its working fine so far.

Thanks again!
Team Leader
21Jan2009,20:40   #22
pradeep's Avatar
Yeah I encountered this problem a few months back, and the solution was same like yours!
Newbie Member
28Mar2009,04:44   #23
anavarro's Avatar
Hello,
I've recently used this code and it works wonderful! However, when I opened it up in MS IE 6.0 it beahves differently. The TEXTBOX seems to be off centered and the autocomplete=off seems to have no effect.

Is there a trick in order to use it in MS IE?

Thanks
Newbie Member
3Jun2009,23:17   #24
MrSlate's Avatar
Perfect! Thanks!!

MrSlate
Newbie Member
23Jun2009,16:56   #25
neenajaiswal's Avatar
I have newly joined this forum. Thanks very much , Pradeep for this wonderful solution. How can I create this auto-suggest feature with data to be dynamically built from Oracle table?
Newbie Member
24Jun2009,15:55   #26
neenajaiswal's Avatar
Thanks for the solution. I need the list to be built from data from Oracle tables. How do I do this?

Neena Jaiswal
Go4Expert Member
6Jul2009,19:23   #27
David Michael's Avatar
I also have same problem, I want to figure out how to create data in an oracle tables.
Newbie Member
27Jul2009,12:20   #28
Mysticfalcon's Avatar
Hello, thanks for your perfect job.

But there is a problem, it doesn't work on special characters like "Ü, ü, Ç, ç, Ö, ö". How can we solve this problem ?
Newbie Member
26Oct2009,17:15   #29
daya_lv's Avatar
Hi Pradeep,
This is very helpful to me. Works very well. but my data set has "&" in it. e.g. - Abc & Abc. In such case the drop down shows text as "Abc & Abc" but the text box shows it as "Abc &amp; Abc". Can you help with this one please?
Ambitious contributor
13Dec2009,16:26   #30
venami's Avatar
This is really superb