Is it possible to create a dropdown that redirects the user when he selects an option without javascript?
When the user selects a category in dropdown A, I display dropdown B (which has subcategories) with Javascript. I want to make it work similarly for users without Javascript. My idea is to redirect users to different pages when they choose an option in the first dropdown.
Is this possible without javascript? How can it be done? (if not if possible suggest something)
No. The most minimalistic solution is using inline JS in the HTML.
Note: which kind of browser do you want to support? Even IE7 has the JS support you need.