loading...........
Esto es genérico
Código PHP:
var xmlhttp=function()
{
try {var xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");}
catch (e) {
try {var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");} catch (E) {var xmlhttp = false;}}if (!xmlhttp && typeof XMLHttpRequest!='undefined') {xmlhttp = new XMLHttpRequest();}if(!xmlhttp){alert("Su navegador no soporta AJAX");}
return xmlhttp;
};
var objetoAjax = new xmlhttp();
connection closed.