Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/10/2005, 17:57
Avatar de SiR.CARAJ0DIDA
SiR.CARAJ0DIDA
 
Fecha de Ingreso: junio-2004
Ubicación: Acá
Mensajes: 1.166
Antigüedad: 19 años, 10 meses
Puntos: 4
cambia:
ajax.open("GET", "test.html?url=+url+",true);

por esto:
ajax.open("GET", "test.html?url=" + url, true);

y a esto:
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}

por esto (solo para mozilla):
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
xmlhttp.overrideMimeType('text/xml');
}

y faltan cosas ahi, la parte de php/asp por ej.
__________________
Internet Explorer SuckS
Download FireFox