Displaying 1 result from an estimated 1 matches for "thelastone".
2007 Dec 01
3
Event.observe and normal event
...''onload'',
function() {
alert("Hello");
this.imglist[i].style.display
="none";
this.imglist[thelastone].push(i);
//quando a imagem acabar de carregar vai adicionar o seu numero
}.bindAsEventListener(this));
//de index a ultima casa do array que contem as imagens todas
}.bind(this)
);
I was trying to use Event.observe as it is recom...