Hi,
I’m buildind a mail form to use with a php script. I’ve got everithing working ok except for the combobox fields wich i can’t clear or send. Can anyone help me with this one?
The clear button is “limpar” and the submit button is “enviar”.
i can send the .fla file by email.
Thanks,
Alex
try giving your objects a name so you can reference them
then you can do:
myComboBox = “”;
hope that helps a little
you’d send the data associated with the selection in the combobox, so you need an onChange handler which gets the value of selected item and includes that in the sent variables…