![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/05/2007, 02:00
|
![Avatar de sirguy](http://static.forosdelweb.com/customavatars/avatar152683_2.gif) | | | Fecha de Ingreso: septiembre-2006 Ubicación: Mallorca
Mensajes: 959
Antigüedad: 18 años, 4 meses Puntos: 12 | |
Re: Como crear un cargador en la barra de estado minijuegos.com usaba un cargador con barras. No sé si funciona en el último explorer.
<SCRIPT language=JavaScript>
<!-- START
if (top.frames.length!=0)
top.location=self.document.location;
self.focus();
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight )
//-->
</script>
<SCRIPT language=VBScript>
<!--
Dim Bar, Line, SP
Bar = 0
Line = "|"
sP = 250
Function Window_onLoad()
Bar = 95
sP = 10
END Function
Function Count()
If Bar < 100 Then
Bar = Bar + 1
Window.Status = "Cargando MiniJuegos.com: " & Bar & "%" & " " & String(Bar, Line)
setTimeout "Count()", SP
Else
Window.Status = "MiniJuegos.com - Juegos online"
Document.Body.Style.Display = ""
End If
End Function
Call Count()
-->
</SCRIPT>
Por probar que no quede... |