![]() |
|
|
+ Search |
![]()
|
Apr 17th, 2000 16:04
Martin Honnen,
NN6 and IE4+ provide a value property for SELECT elements thus document.formName.selectName.value is sufficient with these browsers. For other browsers and cross browser code use var select = document.formName.selectName; var value = select.options[select.selectedIndex].value