|
Posted by suhasdhoke@gmail.com on June 25, 2008, 2:06 am
Please log in for more thread options
> im prety new in php
>
> i'm making phonebook application. on form i have one textbox. i want to do
> the following: everytime user press a key in textbox (just one key, no
> enter, or no mouseclick) i want to execute SELECT * from phone_book where
> name like *textbox.text* and put results on a screen, and STILL mainataine
> textbox.setfocus
>
> thank you....
You can do this by using AJAX. Send an AJAX request to the server and
the script will return the desired response.
Cheers!!!
|