![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/12/2015, 16:58
|
| | Fecha de Ingreso: diciembre-2015 Ubicación: Sonora
Mensajes: 3
Antigüedad: 9 años, 1 mes Puntos: 0 | |
Respuesta: PHP y JS - mismo archivo desde AJAX $.ajax({
type: "POST",async: true,cache: false, url: 'archivo.php',
success: function (msg) {
document.getElementById('AlgunID').innerHTML=msg;
},
}); |