Wednesday 3 November 2004

Script 4 U: Scrolling Header

I've got a script for your website. This is a scrolling header script. It's an add-on for your website. Try it now.

You have to copy and paste this into your <HEAD></HEAD>.

<!--  START Scrolling Title //-->
<SCRIPT language=JavaScript>
<!--

<!--
var txt="This is where your text will be. Write anything here. Put this into your <Head></head>. Simple and you'll love it!";
var espera=80;
var refresco=null;

function rotulo_title() {
        document.title=txt;
        txt=txt.substring(1,txt.length)+txt.charAt(0);        
        refresco=setTimeout("rotulo_title()",espera);}
rotulo_title();
// -->
//-->
</SCRIPT>
<!--  End Scrolling Title //-->

No comments:

Post a Comment