I have some navigation like:
Code HTML4Strict:<select> <option>text</option> <option value="#">link text</option> <option value="#">link text</option> .... </select>
Right now js opens the URL in the value attribute, but I want users to be able to navigate if js is turned off. Is that possible using this markup?
