how can i pass the <select>,<optio n> value to Function within Java Script
FAQ abt. JavaScript
Collapse
X
-
Originally posted by chummahow can i pass the <select>,<optio n> value to Function within Java Script
[HTML]document.forms['formName'].selectName.opt ions[document.forms['formName'].selectName.sel ectedIndex].value[/HTML]
to retrive the selected value -
Comment