I have a drop down list on a form that contains:
[tt]
COUNTY OF BERNALILLO
STATE OF NEW MEXICO
CITY OF ALBUQUERQUE[/tt]
When the user selects one of those options I have a form field further in the document that I want to have that filled in with:
[tt]
Condado de Bernalillo
Estado de Nuevo México
Ciudad de Albuquerque[/tt]
however I have to actually EXIT the drop down list in order for the text box to get filled in ...is there some kind of 'OnChange' event that i can use to trigger the update of the second form field?
Thanks!
Leslie
[tt]
COUNTY OF BERNALILLO
STATE OF NEW MEXICO
CITY OF ALBUQUERQUE[/tt]
When the user selects one of those options I have a form field further in the document that I want to have that filled in with:
[tt]
Condado de Bernalillo
Estado de Nuevo México
Ciudad de Albuquerque[/tt]
however I have to actually EXIT the drop down list in order for the text box to get filled in ...is there some kind of 'OnChange' event that i can use to trigger the update of the second form field?
Thanks!
Leslie