Home / code Listbox menuWriter: Christophe WolfsPublished: 30 March 2008This uses a list box as menu navigation. If nothing happens, select another. You have to change your previous choice.<form name="MenuForm"> <select name="Menuselect" onchange="document.location.href=document.MenuForm.Menuselect.options[document.MenuForm.Menuselect.selectedIndex].value"> <option value="example1.html">Example 1</option> <option value="example2.php">Example 2</option> </select> </form> TOP
This uses a list box as menu navigation. If nothing happens, select another. You have to change your previous choice.
TOP