|    
			
				15/10/2008, 13:23
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: octubre-2008 Ubicación: Santiago de Surco - Lima - Peru 
						Mensajes: 39
					 Antigüedad: 17 años Puntos: 1 |  | 
  |  Respuesta: Me sale undefined  
  function llamar(){
 var v = document.getElementById("llama");
 location.href="http://www.ifbyphone.com/click_to_xyz.php?app=CTC&click_id=2998&phone_to_ca  ll="+v.text;
 
 }
 </script>
 
 me recomendaron con getelementbyid, le puse el atributo id al textfield, pero sigue con error
     |