Português
<!--Para obter este efeito, adicione o seguinte código à área <body>--> <script language=VBScript> Dim Bar, Line, SP Bar = 0 Line = "|" SP = 100 Function Window_onLoad() Bar = 95 SP = 10 Função final Função Count() Se Bar < 100 Then Bar = Bar + 1 Window.Status = "Baixado com sucesso" & Bar & "%" & " " & String(Bar, Line) setTimeout "Count() ", SP Else Window.Status = "Bem-vindo! " Document.Body.Style.Display = "" End If End Function Call Count() </script>