asp_discuss thread: Value of ComboBox
Does anyone know at which point a combobox value is recognized? This is my code: sub CheckListEntry(entry) msgbox "In Function" 'This works msgbox entry 'This does Not work end sub <select name="lstReportType" onchange="CheckListEntrylstReportType.value)"> <option>Profit</option> <option>Ytd vs. Prior Year</option> size="1"> </p> </select> I cannot seem to capture the value of the combobox. Thanks in advance, DL
|





