retrieving table row after input from 2 dropdown lists (I used AJAX-dd3)

vexatiousjones
02:04:16
As the title says, I used Ajax-dd3 to create 2 dropdown lists. What Im having trouble with now is retrieving and displaying a row of table data based on the inputs from both dropdown lists.

Any help would be appreciated.

Thanks.
smo1234
09-03-2016
Your 2nd drop down list once selected you can show submit button or automatically submit the form to a different page, you can receive the 2nd drop down value in this new page and collect the matching record from the table.

It is better to use JQuery for this. Check this demo with tutorial on three linked dropdown listbox

You can see after selection of 2nd drop down the data for the 3rd one is collected from table. Here instead of using 3rd drop down list you can use the same data to display as records.
Please Login to post your reply or start a new topic