Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/02/2012, 04:05
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 8 meses
Puntos: 62
Respuesta: tomar valores de textfield y enviarlos por url utilizando ajax

para coger los valores:

Código Javascript:
Ver original
  1. var inicio = document.getElementById('inicio');
  2. var fin = document.getElementById('fin');
  3.  
  4. alert("valor de inicio: "+ inicio.value + " valor de fin: "+ fin.value);
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan

Última edición por ZiTAL; 13/02/2012 a las 04:13