Hi, I am trying to create a drop down box for my web page which links to various other pages which contain menus. I have created the box with the options but am unsure of where and how to write the href which, for example, links value "1" to c://menu1.
<p class=MsoNormal><SELECT MENU=MENUS>
<OPTION SELECTED VALUE="1"> Oyster Menu
<OPTION VALUE="2"> A La Carte Menu
<OPTION VALUE="3"> Lunch Menu
<OPTION VALUE="4"> Pudding Menu
</SELECT></p>
<p class=MsoNormal><SELECT MENU=MENUS>
<OPTION SELECTED VALUE="1"> Oyster Menu
<OPTION VALUE="2"> A La Carte Menu
<OPTION VALUE="3"> Lunch Menu
<OPTION VALUE="4"> Pudding Menu
</SELECT></p>