> write fuctions, add actionlistener, when get keyboard event, use that
> fuction!
I think you need to use ajax...just think ...once i press a key say
"a"..on key up event u need to call a js function which would make a
request to server to fetch the data starting with the character from
database....but at the same time its resource consuming and may
degrade the performance...Its better u allow the user to enter the
complete data and then goto server side to validate it from database...