
29.08.2005, 21:21
|
|
|
.grin! wuz here
Регистрация: Aug 2004
Адрес: paradise city
Сообщений: 3,981
|
создал массив картинок (document.images = {}, document.unloadedimgs = []), потом <img onLoad="document.images[this.id] = true;", потом
document.body.onLoad = function(){
for(var i in document.images){
if(!document.images[i]){
var l = document.unloadedimgs.length
document.unloadedimgs[l] = new Image();
document.unloadedimgs[l].src = document.getElementById(document.images[i]).src;
}
}
}
четтипа того...
__________________
Breakcore them all!
|