Redirect onclick

window.location = menu.options[menu.selectedIndex].value;
Example 8.3
Example 8.3 Source:
In script element (within head element):
Example 8.3 Demonstrated