Full version: jsB@nk » Status » Title » Title scroller
URL: https://www.javascriptbank.com/title-scroller.html
Scroll your document's title into view (in IE4+ and NS6). Useful, for example, to display long titles. You can configure the scrolling to run just once, or perpetually.
Full version: jsB@nk » Status » Title » Title scroller
URL: https://www.javascriptbank.com/title-scroller.html
<SCRIPT language=JavaScript>var txt="*.:: JavaScriptBank.com ::: free cool Javascript ::.";var expert=200; // speed of rollvar refresh=null;function marquee_title() {document.title=txt;txt=txt.substring(1,txt.length)+txt.charAt(0);refresh=setTimeout("marquee_title()",expert);}marquee_title();</SCRIPT><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->