how do you get the value of a combo box in Javascript?

Submitted by: Administrator
Answer1.
Document. Forms ['forename'].elements['combo Name'].options[I].value
Answer2.
document.form_name.element_name.value
Submitted by: Administrator

Read Online ASP Programming Job Interview Questions And Answers