Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/07/2011, 13:11
juanmunoz
 
Fecha de Ingreso: julio-2011
Ubicación: Arauco
Mensajes: 10
Antigüedad: 12 años, 8 meses
Puntos: 0
De acuerdo Tema solucionado

Cita:
Iniciado por perryjr Ver Mensaje
Código HTML:
Ver original
  1. <input type="text" id="field" />
  2. <button onClick="go();">Ir</button>
  3.  
  4.  
  5. function go() {
  6.   var loc = document.getElementById('field').value;
  7.   location.href = '/' + loc + '.php';
  8. }
  9.  
Gracias! Me sirvió. Te lo agradezco mucho

SOLUCIONADO

EDIT: ¡Moderadores cierren tema!

Última edición por juanmunoz; 27/07/2011 a las 09:02 Razón: cerrar tema porfavor. (: