Best Tutorials website


PL/SQL and JavaScript Arrays

PL/SQL and JavaScript Arrays

Today I was working on part of a web application, and I encountered the need to populate a textbox with a value from the database, based on what value the user had selected from a drop-down list. I needed to incorporate this functionality without changing the value of list items. Because of the nature of web pages, this is trickier than you might think. The solution I came up with was to load the required data into an array, indexed by the drop-down list values. This allowed me to set the value of the textbox to the relevant value in the array, without a page refresh in sight.




Views: 859 | Rating star | by Amy




View this tutorial
Broken link Report broken link?