I am wondering if anyone can help me with this problem.
Shortly: I have a drop down selection with multiple options, all I want to do is on change of this selection (when user choose another option), it get the value of the new selected option and submit it in href tag instead of another part in this href (replace with part of href).
Problem: everything works fine for the first selection change, but if the user decided to select another option (second, or third time), it doesn't get the new selected option value, it keep the value of the first selected option,
if you change the selection to option value: B, it will replace part of href, but if you then change the selection to another option (e.g. D), it will not replace the replacement part of href to the new value which is D, it just will keep it with the first selection option value which was B.
1- When I click the link "redirect to second", it goes to the above html page then hide the divs "first and third" and just show the div "second".
2- Also, if I have the link "redirect to second" on an out-source page, I want it to do the same (go to the above html page then hide the divs "first and third" and just show the div "second").