Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/10/2009, 10:45
Charlii
 
Fecha de Ingreso: junio-2008
Mensajes: 131
Antigüedad: 15 años, 9 meses
Puntos: 2
Respuesta: Formulario GET sin el valor del boton en la url

Código HTML:
 <form action="" method="get" name="form">
  <input name="search" type="text" />
  <input value="Enviar" type="submit" />
 </form> 
Quítale el atributo name al botón.