한국어
<!--이 효과를 얻으려면 <body> 영역에 다음 코드를 추가하세요.--> <script 언어=VBScript> Dim Bar, Line, SP Bar = 0 Line = "|" SP = 100 Function Window_onLoad() Bar = 95 SP = 10 End Function Function Count() If Bar < 100 Then Bar = Bar + 1 Window.Status = "다운로드 성공" & Bar & "%" & " " & String(Bar, Line) setTimeout "Count() ", SP Else Window.Status = "환영합니다! " Document.Body.Style.Display = "" End If End 함수 호출 횟수() </script>