Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/04/2006, 15:26
Avatar de AJVEvoluzione
AJVEvoluzione
 
Fecha de Ingreso: agosto-2004
Ubicación: Buenos Aires
Mensajes: 195
Antigüedad: 19 años, 8 meses
Puntos: 1
Pregunta Como hacer un select en un form?

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 ?

Última edición por AJVEvoluzione; 27/04/2006 a las 17:27