Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/09/2007, 02:54
lokoxtinena
 
Fecha de Ingreso: septiembre-2007
Mensajes: 8
Antigüedad: 17 años, 4 meses
Puntos: 0
Re: Currando y no se como arreglar este error (SOY NUEVO LLEVO EN EL CURRO, SED BUENO

He adelantado un poco pero sigo más o menos igual, he indagado mas sobre el error pero no lo he solucionado, agradecería ayuda, de veras.

Lo nuevo es esto:
__pendingCallbacks[...].async' is null or not an object

Y esto viene de aqui:

function WebForm_CallbackComplete() {
for (i = 0; i < __pendingCallbacks.length; i++) {
callbackObject = __pendingCallbacks[i];
if (callbackObject && callbackObject.xmlRequest && (callbackObject.xmlRequest.readyState == 4)) {
WebForm_ExecuteCallback(callbackObject);
if (!__pendingCallbacks[i].async) { __synchronousCallBackIndex = -1;
}
__pendingCallbacks[i] = null;
var callbackFrameID = "__CALLBACKFRAME" + i;
var xmlRequestFrame = document.getElementById(callbackFrameID);
if (xmlRequestFrame) {
xmlRequestFrame.parentNode.removeChild(xmlRequestF rame);
}
}
}
}

Peta en la línea de amarillo, y de aquí si que no se como salir!


HHEELLPP!!!!