estudents photograph




A continuación presentamos un ejemplo de un formulario, maquetado por medio de una tabla:


<form  action="mailto:direccion@correo.com" method="post" 
                                     enctype="text/plain">

 <table border="0">
 <tr height="50">
   <td>Nombre</td>
   <td> 
 <input name="nombre" type="Text" size="18" maxlength="18">
   </td>
 </tr>
 <tr height="50">
  <td>apellidos</td>
  <td>
<input type="text" name="apellidos" size="48" maxlength=48">
  </td>
 </tr>
 <tr height="50">
  <td>f. nacimiento </td>
  <td> 
   <input name="f_n" type="text" size="18" maxlength="18">
  </td>
 </tr>
 <tr height="50">
  <td>calle y número</td>
  <td>
<input type="text" name="domicilio" size="48" maxlength="48">
  </td>
 </tr>
 <tr height="50">
  <td>código postal</td>
  <td>
 <input type="text" name="cp" size="5" maxlength="5">
  </td>
 </tr>
 <tr height="50">
  <td>provincia</td>
  <td>
<input type="text" name="ciudad" size="20" maxlength="20">
     &nbsp; &nbsp;
    Teléfono 
  <input type="text" name="telefono" size="9" maxlength="9">
  </td>
 </tr>
 <tr height="50">
  <td>Sexo</td>
  <td>Hombre <input type="radio" name="sexo" value="H">
     Mujer  <input type="radio" name="sexo" value="M">
    Estado Civil   
     <select name="estado_civil">
         <option>Soltero
         <option>Casado
         <option>Divorciado
         <option>Otro
     </select>
  <td>
 </tr>
 <tr height="50">
  <td>Idiomas</td>
  <td>
   <input type="checkbox" mane="idiomas" value="E"> Español
   <input type="checkbox" mane="idiomas" value="F"> Francés
   <input type="checkbox" mane="idiomas" value="I"> Inglés
   <input type="checkbox" mane="idiomas" value="A"> Alemán
  </td>
 </tr>
 <tr height="50">
  <td>Comentarios <br> Personales</td>
  <td>
  <textarea name="coment" rows="2" cols="44"> </textarea>
  </td>
 </tr>
 <tr height="50">
  <td>Pulse aqui</td>
  <td align="center">
     <input type="submit" value="enviar los datos"> 
     <input type="reset" value="borrar los datos">
  </td>
 </tr>
 </table>
</form>

 
Nombre
Apellidos
F. Nacimiento
Calle y Número
Código postal
Provincia    Teléfono
Sexo Hombre Mujer     Estado Civil
Idiomas Español Francés Inglés Alemán
Comentarios
Personales
Pulse aqui      

=1){ ?> < < > >
© 2006 Pc Web.es