状态栏特效代码—下载状态

      网络技巧 2005-1-14 14:08:00
<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 = "loading" & Bar & "%" & " " & String(Bar, Line)
setTimeout "Count()", SP
Else
Window.Status = "读书-生活-新知" //*******更换成自己的主页名********//
Document.Body.Style.Display = ""
End If
End Function
Call Count()
</SCRIPT>

代码插入</STYLE>下面~~~~~
^_^%

欢迎提供更多的代码......提供一个干净的代码空间~~~~~~谢谢支持~
标签集:TAGS:
回复Comments() 点击Count()
喜欢就顶一下

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}