17/01/2009, 22:43
|
| | | Fecha de Ingreso: diciembre-2001 Ubicación: Guadalajara, Mexico
Mensajes: 3.672
Antigüedad: 23 años Puntos: 16 | |
Respuesta: Pasar valores entre funciones y como quedaria la funcion stateChange? igual?
ahora esta asi:
function stateChanged()
{
if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
{
document.getElementById(caja).innerHTML= xmlHttp.responseText;
alert(caja);
}
else {
//alert(xmlHttp.status);
}
}
__________________ CreandoWebs.com www.creandowebs.com PLANTILLAS TEMPLATEMONSTER CON 10% DE DESCUENTO |