I need to develope a search screen that has drop down lists. These drop down list choices are dependent, i.e. the
choices of the second list are dependent on what the user chooses from the first list.
I want to populate second list from database(oracle).
I am generating html pages using oracle pl/sql.
Is there any way to fetch data from database and store it in a javascript arrays ?
Can't find info on how to do this, do you have any idea where I may be able to find any examples or decent documentation.
choices of the second list are dependent on what the user chooses from the first list.
I want to populate second list from database(oracle).
I am generating html pages using oracle pl/sql.
Is there any way to fetch data from database and store it in a javascript arrays ?
Can't find info on how to do this, do you have any idea where I may be able to find any examples or decent documentation.