Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/05/2004, 15:51
Avatar de TMeister
TMeister
Crazy Coder
 
Fecha de Ingreso: enero-2002
Ubicación: En la Oficina
Mensajes: 2.880
Antigüedad: 22 años, 2 meses
Puntos: 193
Código:
 System.useCodePage = true;
datos = new LoadVars();
datos.load("Location.txt");
datos.OnLoad = function() {
aux=this.location;
links = new Array();
links[0] = "http://"+aux+"/app/servlet/X1";
links[1] = "http://"+aux+"/app/servlet/X2";
links[2] = "http://"+aux+"/app/servlet/X3";
};
Asi debe funcionar...

Te explico el Error o ya te diste cuenta??

Saludos!!