hello, I have a table with 5 fields (idagente, nameagente, email, phone, address). With a dropdown choose the idagente, how can I view the remaining information in other textbox ??
Forums
load field database
Hi agostino87,
You can do this using JavaScript. With an Ajax call you can get back a JSON array of all the matching data and set the values of the other inputs from that.
Bob
You can do this using JavaScript. With an Ajax call you can get back a JSON array of all the matching data and set the values of the other inputs from that.
Bob
Hi Grey,
I searched on google and this forum but found nothing.
Do you have any example or faq ??
I searched on google and this forum but found nothing.
Do you have any example or faq ??
This topic is locked and no more replies can be posted.