Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/03/2009, 13:07
Avatar de manumaf
manumaf
 
Fecha de Ingreso: mayo-2007
Ubicación: Argentina
Mensajes: 854
Antigüedad: 17 años
Puntos: 6
Respuesta: Ayuda a Novato

Debes crear un formulario donde colocas el código que quieras y luego en el method colocas "get".


Ejemplo:

Código html:
Ver original
  1. <form id="form1" name="form1" method="get" action="">
  2.   <label>
  3.     <input type="text" name="textfield" id="textfield" />
  4.   </label>
  5.   <label>
  6.     <input type="submit" name="button" id="button" value="Enviar" />
  7.   </label>
  8. </form>