geveze
03-03-2007, 01:43
en alltaki çubuk yani durumu çubugunda
Yükleniyor ‼‼‼‼‼‼ diye durum gözüksün. sayfa açılırken yükleme bitsin felan gibi bir durum isterseniz bu script kodunu footer templatenin en altına ekleyoruz.
admin control panel => stiiler ve temalar => tema düzenle => footer template
<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 = "Yükleniyor: " & Bar & "%" & " " & String(Bar, Line)
setTimeout "Count()", SP
Else
Window.Status = "Yükleme Bitti"
Document.Body.Style.Display = ""
End If
End Function
Call Count()
-->
</SCRIPT>
Yükleniyor ‼‼‼‼‼‼ diye durum gözüksün. sayfa açılırken yükleme bitsin felan gibi bir durum isterseniz bu script kodunu footer templatenin en altına ekleyoruz.
admin control panel => stiiler ve temalar => tema düzenle => footer template
<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 = "Yükleniyor: " & Bar & "%" & " " & String(Bar, Line)
setTimeout "Count()", SP
Else
Window.Status = "Yükleme Bitti"
Document.Body.Style.Display = ""
End If
End Function
Call Count()
-->
</SCRIPT>