16/04/2005, 23:23
|
| | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 5 meses Puntos: 59 | |
Hola ~°The-Herps°~
Código:
<head>
<script language=VBScript>
<!--
Dim Bar, Line, SP
Bar = 0
Line = "|"
sP = 250
Function Window_onLoad()
Bar = 95
sP = 100
END Function
Function Count()
If Bar < 100 Then
Bar = Bar + 1
Window.Status = "CARGANDO: " & Bar & "%" & " " & String(Bar, Line)
setTimeout "Count()", SP
Else
Window.Status = "CARGANDO"
Document.Body.Style.Display = ""
End If
End Function
Call Count()
-->
</script>
</head>
Saludos |