Pages: 12
[quote]<!--
//set message:
msg = "[b]YOUR MESSAGE HERE[/b]";
timeID = 10;
stcnt = 16;
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);
}
wiper()
// -->[/quote]
Just Compile it with your other JS Codes
[b]Credits Goes to Dynamic Drive[/b]
This only Works on IE
Last edited by BwizetT (2008-08-23 23:49:38)
ive tried it and it's only for ie6...i am using ie7 and it doesnt work...
Last edited by cklahrckiey (2008-04-08 08:17:53)
Last edited by BwizetT (2008-04-09 03:47:13)
but thanks for sharing...hehehe
but thanks for sharing...hehehe
oh well
Last edited by BwizetT (2008-04-09 08:48:14)
but in ie6...it's a sure hit...

[url=http://theftalk.com/t22027-Making-Extensions-Files.-%5BFriendster-Editing%5D.html]Making Extension Files[/url]
[url=http://theftalk.com/t15088-Compiling-javascripts-file.html]Compiling JS in One File[/url]