You are viewing a post by bobcbar. View all 89 posts in Many members keep asking me for the title/status bar I am using. These are my codes you just need to change the message and add to ur external js file. Sorry I do not remember who gave me the codes s.

 5223
 5223 0
 0 1969-12-31
 1969-12-31 <">For those wishing to make their own individual title or status bar codes you can use these links.
Thanks to john_619619 and sprongky for sending me the links
<">For those wishing to make their own individual title or status bar codes you can use these links.
Thanks to john_619619 and sprongky for sending me the links  [b] Titlebar[/b] [url]http://www.bosiljak.hr/titlemaker/[/url]
[b]Status Bar [/b] [url]http://www.bosiljak.hr/sbmaker/[/url]
When you generate the status or titlebar from bosiljak make sure you remove these codes before you apply it to the bottom of ur js file.  
From the top of the generated codes remove this.
<">From the bottom of the generated codes remove this.
<">[b]Want even more status bar codes to choose from?  Check the post by kiddy for 7 more styles...[url]http://theftalk.com/t37291-Compiling-Status-Bar-%28JavaScript-Collector-v1.1%29-IE-n-Opera.html[/url][/b]
Even a shorter version was posted by ---xXirukiTepe---  thanks to her!! Apply i ur js codes.
[quote]msg = "MESSAGE";
msg = "..." + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
pos++;
if (pos >  msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();[/quote]
[b] Titlebar[/b] [url]http://www.bosiljak.hr/titlemaker/[/url]
[b]Status Bar [/b] [url]http://www.bosiljak.hr/sbmaker/[/url]
When you generate the status or titlebar from bosiljak make sure you remove these codes before you apply it to the bottom of ur js file.  
From the top of the generated codes remove this.
<">From the bottom of the generated codes remove this.
<">[b]Want even more status bar codes to choose from?  Check the post by kiddy for 7 more styles...[url]http://theftalk.com/t37291-Compiling-Status-Bar-%28JavaScript-Collector-v1.1%29-IE-n-Opera.html[/url][/b]
Even a shorter version was posted by ---xXirukiTepe---  thanks to her!! Apply i ur js codes.
[quote]msg = "MESSAGE";
msg = "..." + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
pos++;
if (pos >  msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();[/quote]
					Last edited by bobcbar (2008-12-02 13:22:32)
|  |