Nieruchomy tekst na pasku.


Przyk│ad 1 Przyk│ad 2 Przyk│ad 3
<script language="JavaScript1.2">

/*
Animated Stauts Bar-
Copyright Aram Yegenian (aramyegenian.cjb.net)
To add more shock to your site, visit www.DHTML Shock.com
*/

timeID = 5;
stcnt = 11;
msg = "<< JScript- www.jscript.hg.pl>>";
wmsg = new Array(33);
wmsg[0]=msg;
blnk = "                                                               ";
for (i=1; i<32; i++)
{
b = blnk.substring(0,i);
wmsg[i]="";
for (j=0; j<msg.length; j++) wmsg[i]=wmsg[i]+msg.charAt(j)+b;
}
function wiper()
{
if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
if (stcnt-- < -40) stcnt=31;
status = str;
clearTimeout(timeID);
timeID = setTimeout("wiper()",100);
}
//-->
</script>
<BODY onLoad="wiper()">

Zobacz