Ver Mensaje Individual
  #8 (permalink)  
Antiguo 26/11/2008, 15:26
Avatar de Obiwuan Kiquenovi
Obiwuan Kiquenovi
 
Fecha de Ingreso: abril-2007
Ubicación: Irapuato Gruanajuato
Mensajes: 33
Antigüedad: 17 años
Puntos: 0
Respuesta: problemas con formulario ayuda please!!

Cita:
Iniciado por Stephano Ver Mensaje
Intenta con este codigo ahora:
Código HTML:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Formulario</title>
</head>

<body>
<table width="343" border="0"> <tr> <td><form name="form1" method="post" action="enviar.php">
  <table width="338" border="0">
    <tr>
      <td>Nombre:</td>
      <td><input name="nombre" type="text" id="nombre"></td>
    </tr>
    <tr>
      <td>Email:</td>
      <td><input name="email" type="text" id="email"></td>
    </tr>
    <tr>
      <td>Mensaje:</td>
      <td><textarea name="msg" id="msg"></textarea></td>
    </tr>
    <tr>
      <td><input type="submit" name="Submit" value="Enviar"></td>
      <td>&nbsp;</td>
    </tr>
  </table>    
</form></td>  
</tr> </table>
</body>

</html> 
si quieres insertar el codigo en una seccion de tu web, simplemente copia el codigo desde las tablas.



Me funciono Stepno gracias por tu aportacion, me parece chido el formulario, solo que le voy agregar mas cosas, es mi primer formulario en php y creo que son las mas faciles de usar. gracias por tu aportacion