| options | ใช้ในการอ้างถึง element option ของ select |
|---|
property:options;
return type:node array
content:ใช้ในการอ้างถึง element option ของ select
example:var tagSelect = document.getElementById ( "bamboo" ); alert ( tagSelect.options.item( tagSelect.selectedIndex ).text );