Posted By:
alan_do
Posted On:
Monday, June 27, 2005 04:52 PM
onChange call a js function that sets the hidden form field value... form1.hiddenFormField.value = newValue ...
if you want to actually
select the drop down option, onChange you need to iterate through the dropdown (using javascript) and make the select when the iteration hits that value (you'll need to look up source codes online).