Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dustin96

    Listbox DTC value referenced on client-side

    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...
  2. dustin96

    Listbox DTC value referenced on client-side

    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...

Part and Inventory Search

Back
Top