Что не так Javascript
-
День добрый! Подскажите, что не правильно?
<script> function selectManufacture(element) { alert(element.options[element.selectedIndex].value); alert(element.options[element.selectedIndex].text); const a = element.options[element.selectedIndex].value; if (a == "Александровка") { document.seach_attribute_predlogenie.style.display = "block"; } }<script>
Просмотр 6 ответов — с 1 по 6 (всего 6)
Просмотр 6 ответов — с 1 по 6 (всего 6)
- Тема «Что не так Javascript» закрыта для новых ответов.