#32004/6/9 15:51:34
试试这个
插在<head>和</head>之间,代码如下:
<script language=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 = "--------------·a-le.zj.com·----------------"
Document.Body.Style.Display = ""
End If
End Function
Call Count()
</script>