Hi Guys!
I am novice developer, and really in a terrible situation as I cannot figure out a way to configure 2 select boxes with a single function which is executable when a button is pressed.
So, I am developing a system that filters out a list on the basis of Year and Place. There are three different functions in my code, 1 function for a search field and 2 functions for select boxes. And, they are not configured with a button, which overrides the Filtered List which I clearly don’t want. I am attaching a link to the file so that you can see whats happening.
https://drive.google.com/open?id=1IKPJWa4FjhTxcl4VMRuf_uFT8_VpIP41
What I have is 2 select boxes which have similar functions attached as for example,
function changeYear(this, this.selectedIndex);
which clearly I don’t want.
What I want is a function that obtains the values from the select boxes with different id, and, then I configure it with a button. That’s all.
ThanK You in advance.