Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/04/2008, 15:57
Avatar de Lynxcraft
Lynxcraft
 
Fecha de Ingreso: noviembre-2007
Ubicación: yecla murcia
Mensajes: 1.346
Antigüedad: 16 años, 5 meses
Puntos: 51
extraer variables de una función

hola aver si me pueden ayudar con esto XD

tengo este script

Código:
form = new LoadVars();
form.load("minis/ver.php");
form.onLoad = function () {


		IMG_array = this.nombre1;

muestra.text = IMG_array;
};
ahora si lo pongo así no funciona

Código:
form = new LoadVars();
form.load("minis/ver.php");
form.onLoad = function () {


		IMG_array = this.nombre1;


};

muestra.text = IMG_array;
lo que me interesa es que la variable IMG_array pueda entrar en otra función pero cuando lo hago esta esta bacía