18/01/2009, 21:29
|
| | | Fecha de Ingreso: diciembre-2001 Ubicación: Guadalajara, Mexico
Mensajes: 3.672
Antigüedad: 23 años Puntos: 16 | |
Respuesta: Pasar valores entre funciones la puse asi y parece que funciona, la seguire probando
function stateChanged(proceso, caja)
{
if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
{
// document.getElementById(caja).innerHTML= xmlHttp.responseText;
document.getElementById(caja).innerHTML=proceso
}
else {
//alert(xmlHttp.status);
}
}
__________________ CreandoWebs.com www.creandowebs.com PLANTILLAS TEMPLATEMONSTER CON 10% DE DESCUENTO |