Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

en una funcion no reconoce la palabra this

  • No replies
  • 1 has this problem
  • 1 view

tengo la siguinete funcion que me permite la definición de objetos, en los demás navegadores funciona pero en Mozilla me envia el error de Undefined;

function preLoadBackgrounds(){

 for(i=0;i<arguments.length;i++){ this[i]="new" image() < pre>

document.writeln("hola") document.writeln(this[i])

   this[i].src=arguments[i]
 }
 return this

}

</arguments.length;i++){>
tengo la siguinete funcion que me permite la definición de objetos, en los demás navegadores funciona pero en Mozilla me envia el error de Undefined; function preLoadBackgrounds(){ for(i=0;i<arguments.length;i++){ this[i]=new Image() document.writeln("hola") document.writeln(this[i]) this[i].src=arguments[i] } return this }