document.thisForm.lstList.selectedIndex works...however when I try to use the other two options, I get the following error: Object doesn't support this property or method. Perhaps my syntax is wrong:
document.thisForm.lstList.option(0).text;
This should report the text for entry 0 correct...
I am using a form that consists of both server-side DTC's as well as client-side entry fields. When the form is submitted, I am trying to make a javascript window pop up with the information that was entered as a confirmation window. The difficulty I am having is retreving the value that is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.