Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/06/2008, 08:57
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Respuesta: Necesito Ayuda De Un Programador Web Para Crear Un Formulario Para Mi Pagi

Hola DinamicoWeb. Bienvenido al foro.

En primer lugar, no escribas todo en mayúsculas, es como si estuvieras gritando. En segundo lugar, aquí no estamos para hacerte el trabajo, sino para orientarte con algún ejemplo:

Código:
<form action="pagina.html" method="post">
<input type="text" name="nombre" />
<input type="text" name="apellidos" />
<input type="submit" />
</form>
Saludos,