how to access database through javascript?
Posted
by nectar
on Stack Overflow
See other posts from Stack Overflow
or by nectar
Published on 2010-06-07T06:20:49Z
Indexed on
2010/06/07
6:32 UTC
Read the original article
Hit count: 226
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.
© Stack Overflow or respective owner