I am creating one admin page where I have multiple textboxes.when I enter the userid in one textbox I want to display user name in next textbox when admin moves to next text box.for this I can use ajax or javascript? which one will be better?how can I do it through javascript.
I am creating one admin page where I have multiple textboxes.when I enter the
Share
You cannot access the DB directly through Javascript.
You can use AJAX to call a serverside (e.g. PHP) page that queries the DB though