ASP Programming Question:
Download Job Interview Questions and Answers PDF
how do you get the value of a combo box in Javascript?
Answer:
Answer1.
Document. Forms [’forename’].elements[’combo Name’].options[I].value
Answer2.
document.form_name.element_name.value
Document. Forms [’forename’].elements[’combo Name’].options[I].value
Answer2.
document.form_name.element_name.value
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What is string concatenation function in VBScript? | What is a class in CSS? |