PDA

View Full Version : combobox problem



amvc
September 3rd, 2003, 06:37 AM
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

j0se
September 3rd, 2003, 07:25 AM
try giving your objects a name so you can reference them

then you can do:

myComboBox = "";


hope that helps a little

eyezberg
September 3rd, 2003, 08:32 AM
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..