Hola tengo que hacer un formulario de contacto donde la persona pueda elegir a dodne quiere enviar el mail entre 3 secciones en HTML sería asi
Código HTML:
<tr>
<td width="29%" align="right" height="26">Para: </td>
<td width="71%" align="left" height="26"><select NAME="textfield5"
style="width: 250px; height: 20px; font-family: Times New Roman, Arial; font-size: 12pt; font-weight: bold; background-color: rgb(247,247,247); color: #325073; background-image: url('backc.JPG'); border: 1px solid #7891AF"
size="1">
<option SELECTEDVALUE="[email protected]">Administracion</option>
<option VALUE="[email protected]">Ventas</option>
<option VALUE="[email protected]">Soporte</option>
</select></td>
</tr>
alguien me dice como hacer esto en Flash ?