Пример:
Код:
<form>
<input type="hidden" name="select">
<SELECT NAME="sel"
onchange="top.location.href = this.options[this.selectedIndex].value;">
<option selected VALUE="#">Меню</option>
<option VALUE="http://www.halyava.ru/dmitriyfomin/index.html">
Главная страница</option>
<option VALUE="http://www.halyava.ru/dmitriyfomin/graf.html">
Графика</option>
<option VALUE="http://www.halyava.ru/dmitriyfomin/prog.html">
Программы</option>
</select>
</form> |