Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/02/2007, 12:17
Avatar de MaBoRaK
MaBoRaK
 
Fecha de Ingreso: abril-2003
Ubicación: La Paz - Bolivia
Mensajes: 2.003
Antigüedad: 21 años, 6 meses
Puntos: 35
Re: Problema <select> onChange AJAX

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

porque el objeto xmlHTTPREQUEST está mal formado modifica la funcion objetus por:

function objetus()
{
try {xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");} catch (e) {try {xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");} catch (E) {xmlhttp = false;}}if (!xmlhttp && typeof XMLHttpRequest!='undefined') {xmlhttp = new XMLHttpRequest();}if(!xmlhttp){this.error="Su navegador no soporta AJAX";}
return xmlhttp;
}

connection closed.
__________________

Maborak Technologies