неактивный selecthttp://softtime.ru/forumнеактивный selecthttp://softtime.ru/forum/read.php?id_forum=4&id_theme=68347#post400317document.getElementById('idselecta').disabled = true // пассивен document.getElementById('idselecta').disabled = false; // активеннеактивный selectMon, 28 Sep 2009 19:36:31 +0300flaersнеактивный selecthttp://softtime.ru/forum/read.php?id_forum=4&id_theme=68347#post400229document.getElementById('idselecta').disabled = 1; // пассивен document.getElementById('idselecta').disabled = 0; // активен неактивный selectMon, 28 Sep 2009 13:05:26 +0300psychomcнеактивный selecthttp://softtime.ru/forum/read.php?id_forum=4&id_theme=68347#post400227то что надо!неактивный selectMon, 28 Sep 2009 13:02:57 +0300dimaxzнеактивный selecthttp://softtime.ru/forum/read.php?id_forum=4&id_theme=68347#post400226Можно отталкиваться от следующего скрипта "a href="#" onclick='dissel();'"Сделать неактивным"/a""br" "select id="sel"" "option"1"/option" "option"2"/option" "/select" "script type="text/javascript"" function dissel() { document.getElementById('sel').disabled...неактивный selectMon, 28 Sep 2009 13:00:25 +0300cheopsнеактивный selecthttp://softtime.ru/forum/read.php?id_forum=4&id_theme=68347#post400222ага через javascriptнеактивный selectMon, 28 Sep 2009 12:50:50 +0300dimaxzнеактивный selecthttp://softtime.ru/forum/read.php?id_forum=4&id_theme=68347#post400219Точно также, как и с любым элементом управления - необходимо изменить атрибут disabled. "select disabled="disabled"" "option"1"/option" "option"2"/option" "/select"Вы хотите реализовать...неактивный selectMon, 28 Sep 2009 12:42:37 +0300cheopsнеактивный selecthttp://softtime.ru/forum/read.php?id_forum=4&id_theme=68347#post400215есть селект необходимо запретить выбор в селекте (после определенных действий) не подскажите как можно реализоватьнеактивный selectMon, 28 Sep 2009 11:37:58 +0300dimaxz