Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_discuss thread: Value of ComboBox


Message #1 by "Dave Landolin" <dave.landolin@o...> on Mon, 25 Nov 2002 18:46:49
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

  Return to Index