I am pulling information in a select box from an Oracle database. When a user clicks on a value in the select box I would like to update the values in the textareas with the values in the oracle database connected to the entry in the select box.
Is this possible using javascript? I can't seem to figure out how to connect back to the Oracle database using javascript. I tried writing a regular ASP function, but realized that ASP is server side, and that probably wouldn't work.
How should I go about doing this? Is this even possible? I'm sure I've seen it on other sites.
Thanks much in advance!
Is this possible using javascript? I can't seem to figure out how to connect back to the Oracle database using javascript. I tried writing a regular ASP function, but realized that ASP is server side, and that probably wouldn't work.
How should I go about doing this? Is this even possible? I'm sure I've seen it on other sites.
Thanks much in advance!