Ver Mensaje Individual
  #12 (permalink)  
Antiguo 10/04/2014, 08:53
Avatar de Eleazan
Eleazan
 
Fecha de Ingreso: abril-2008
Ubicación: Ibiza
Mensajes: 1.879
Antigüedad: 16 años
Puntos: 326
Respuesta: Recargar archivos JS

Justo después de "document.getElementById('todo').innerHTML=xmlhttp . responseText;"

Por ejemplo! :P

PD: Usando jQuery, es más sencillo usar esto:

Código Javascript:
Ver original
  1. $.get(url, datos, function(data){
  2.    $("#todo").html(data);
  3. });

Ahí tendrías ese codigo entero xD
__________________
>> Eleazan's Source
>> @Eleazan