Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/03/2008, 08:52
Avatar de MaBoRaK
MaBoRaK
 
Fecha de Ingreso: abril-2003
Ubicación: La Paz - Bolivia
Mensajes: 2.003
Antigüedad: 21 años
Puntos: 35
Re: The system cannot locate the resource specified

loading............

Creo que es mas, un error a la hora de crear el documento XmlhttpRequest, usa esto.
Código PHP:
function createXmlHttpRequestObject()
{
try{
                    var 
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
                }
                catch(
e)
                {
                    try
                    {
                        var 
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
                    }
                    catch(
e)
                    {
                        var 
xmlhttp false;
                    }
                }
                return (!
xmlhttp && typeof XMLHttpRequest!='undefined')?
                new 
XMLHttpRequest():xmlhttp || new function(){};



connection closed.
__________________

Maborak Technologies