I want the user to pick from a dropdown menu and their choice then fills the contents of the second menu. When picking from the second menu I want them to be redirected to a url relevant to their choice.
Eg: menu 1 - choices of cars, vans, bikes / menu 2 (if cars is chosen) - choices of audi, bmw, citroen - then when picking audi it goes to the audi site
this needs to be able to work in html and not be a php solution or similar (java etc is fine)
I found this similar query: Populate one dropdown based on selection in another then redirect
but the person who answered assumes a higher level of knowledge than i have and as there isnt a complete answer there with complete code i'm stumped.
I then found this one: directing user to url based on his choice from dropdown menu
It works exactly as i want except it wont work in Internet Explorer (I discovered that after i had implemented it sadly). Any idea on how I can get what I want to happen?
I would post on both of those but moderators delete my questions as apparently you aren't allowed to question incorrect solutions...