From: "danielks@..." Date: 2006-09-05T05:06:39+09:00 Subject: Re: Rails AJAX help But my problem is not how to find the value, but the AJAX implementation in the onBlur event and how to return the value found back to the input. Paul Lutus escreveu: > danielks@gmail.com wrote: > > > I have an input, and I want to, when the user types a number on that > > input and exits it (the onBlur event), to search a table on that number > > and return a value to that input. > > Had you considered the idea of using the user's entered number as an index > into an array? > > -- > Paul Lutus > http://www.arachnoid.com