Ver Mensaje Individual
  #25 (permalink)  
Antiguo 17/11/2012, 07:10
jmm87
 
Fecha de Ingreso: octubre-2012
Mensajes: 202
Antigüedad: 12 años, 4 meses
Puntos: 0
Respuesta: Formulario html y php error

Cita:
Iniciado por CoriaWeb Ver Mensaje
El error lo tienes donde te dice LiveTechno,

Código HTML:
Ver original
  1. <a class="button" href="contacts.html" onClick="document.getElementById('contact').reset( )">Borrar</a>
  2. <a class="button" href="contacts.html" onClick="document.getElementById('contact').submit ()">Enviar</a>

Yo lo he puesto asi y funciona a la perfección

Código HTML:
Ver original
  1. <input type="reset" value="Borrar">
  2. <input type="submit" value="Enviar">

Pruebalo y me dices.


muchas gracias coria!!! funciona de 10
se agradece!!!