جافا سكريبت اختر خيار القائمة:
قيمة var = document.getElementById("select").options[document.getElementById("select").options.selectedIndex].value;
var text = document.getElementById("select").options[document.getElementById("select").options.selectedIndex].text;
مثال:
معلومات المنتج:
<النص البرمجي>
فحص الوظيفة () {
فار حدد = document.getElementById("select").options[document.getElementById("select").options.selectedIndex].value;
تنبيه (حدد)؛
}
</script>
<select name="select" id="select">
<option value="test1"select="selected">اختبار1</option>
<option value="test2">Test2</option>
</حدد>
<input type = "button" value = "يرجى التحقق" عند النقر = "check ()"/>