Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/06/2010, 10:25
churretin
 
Fecha de Ingreso: abril-2010
Ubicación: Extremadura
Mensajes: 128
Antigüedad: 14 años
Puntos: 2
Respuesta: sacar variable de un imput con autocomplete

<div>
<input style="width: 200px;" id="name" onkeyup="getInfo(this.innerHTML,200)" type="text" />
<div onclick="" id="autoSuggestionsList" style="position: relative; top: -4px; width='100px;'" >

</div>

e probado algo asi pero no funciona?? dame un pista no??