Tema: formulario
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/04/2005, 10:15
Avatar de Michaelsoft
Michaelsoft
 
Fecha de Ingreso: diciembre-2004
Ubicación: Perú
Mensajes: 47
Antigüedad: 19 años, 4 meses
Puntos: 0
Form via email

Aqui te mando un Form pa que te ayude
Código HTML:
<table>
<FORM action="mailto:[email protected]" method="post" enctype="text/plain">
<tr>
<td><STRONG>Nombres:</STRONG></td>
<td><input type=text size=30 name="nombres"></td>
</tr>
<tr>
<td><STRONG>Apellidos:</STRONG></td>
<td><input type=text size=30 name="apellidos"></td>
</tr>
<tr>
<td><STRONG>Sexo:</STRONG></td>
<td><b>Masculino</b><input type="radio" name="sexo" value="Masculino" checked>
<b>Femenino</b><input type="radio" name="sexo" value="Femenino"></td>
</tr>
<tr>
<td><STRONG>Tel&eacute;fono:</STRONG></td>
<td><input type=text size=30 name="telefono"></td>
</tr>
<tr>
<td><STRONG>Distrito:</STRONG></td>
<td><select name="select">
<option value="L01">Lima</option>
<option value="C01">Callao</option>
</select></td>
</tr>
<tr>
<td><STRONG>e-mail:</STRONG></td>
<td><input type=text size=30 name="mail"></td>
</tr>
<tr>
<td colspan=2><STRONG>COMENTARIOS:</STRONG></td>
</tr>
<tr>
<td colspan=2 align=center><textarea name="comentarios" rows=5 cols=30></textarea></td>
</tr>
<tr>
<td colspan=2 align=center><input type=submit value="ENVIAR">
<input type=reset value="BORRAR"></td>
</tr>
</FORM>
</table> 
__________________
Web Designer
Prof. Michaelsoft Viñas :cool:
Page Web

Última edición por Michaelsoft; 23/04/2005 a las 10:21