21.05.2009, 14:03 | |||||
Выдвижное меню![]() Очень простенькое меню. Выложил скорее в ознакомительных целях.
Code <script language="JavaScript"> <!-- function go(){ if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") { location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value } } //--> </script> <script language="JavaScript"> <!-- document.write('<form name="selecter"><select name="select1" size=1>'); document.write('<option value=none>Меню'); document.write('<option value="index.htm">Текст'); document.write('<option value="index1.htm">Текст 1'); document.write('<option value="index2.htm">Текст 2'); document.write('<option value=none>........'); document.write('</select>'); document.write('<INPUT TYPE="button" VALUE="Пуск" onclick="go()">'); document.write('</form>'); //--> </script> Материал взят с сайта infoscript.ru
| |||||
Категория: JavaScript's | Просмотров: 4116 | Добавил: antisept | Рейтинг: 0.0/0 | | |||||
Теги: |
Пока комментариев нет. Ты можешь быть первым! | |
Кроме того, материал перепечатывали с сайта на сайт, ставили... файл можно найти на Вэбочке (название tables_tablichki_dli_foruma.js).