Ver Mensaje Individual
  #13 (permalink)  
Antiguo 11/11/2003, 15:05
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años, 11 meses
Puntos: 1284
Hola otra vez:

Debo admitir que a mi tampoco me funcionaba bien, pero haciendo pruebas encontré fallos en la función mostrar...

Prueba con esta versión:


Código PHP:
function mostrar()    {
    for (var 
0imagenes.length++)
        if (
imagenes[i].complete)
            if (!
contenido[i])    {contenido[i] = truesuma++;}
    
cargando = (suma imagenes.length);
    if (!
ventana)    {
        
ventana window.open("""""top=" + (screen.height 20) + ",left=" + (screen.width 125) + ",width=250,height=40");
        
ventana.document.writeln(detalle());
    }
    else    {
        
ventana.document.getElementById("valor").style.width = new String(suma porciento) + "%";
    }
    if (
cargando)    {
        
setTimeout("mostrar()"10);
//        window.status = "cargando";
    
}
    else {
        
ventana.close(); 
        
ventana false;
//        window.status = "descarga";
    
}

Todo lo demás parece estar bien.

Saludos