אישית אני משתמש בו בכל מצב של טעינת דף שהוא כבד ועברה למקוםזהו סקריפט של טעינת דף
ראו דוגמא באתר: http://www.poshtakim.com
<form name=loading dir="rtl"><div align=center dir="rtl">
<p style="text-indent: 0; word-spacing: 0; margin: 0" dir="rtl">
<input type=text name=chart size=50 style="font-family:Arial; font-weight:bolder; color:#EAECED; background-color:7A8695; padding:0px; border-style:none;">
<br>
<input type=text name=percent size=46 style="background-color:7A8695; color:#EAECED; text-align:center; border-width:medium; border-style:none;">
<script>var bar = 0
var line = "||"
var amount ="||"
count()
function count(){
bar= bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<99)
{setTimeout("count()",10);}
else
{window.location = "http://www.4everdavid.com/pushtak/";}
}
</script>