| value | ใช้คืนค่า value ของ option |
|---|
property:value;
return type:string
object:option
content:ใช้คืนค่า value ของ option
example:var tagSelect = document.getElementById ( "bamboo" ); for ( var i=0; i<tagSelect.length; i++ ) { alert ( tagSelect.options.item(i).value ); }