I have 4 comboboxes populated with data from a database, using js. The user selects options in these 4 boxes and, from there, I want to make a query with the options chosen. How can I get these options and save them in variables to use in my query?
I have 4 comboboxes populated with data from a database, using js. The user selects options in these 4 boxes and, from there, I want to make a query with the options chosen. How can I get these options and save them in variables to use in my query?