Train Station Text


<!-- ONE STEP TO INSTALL TRAIN STATION TEXT:



  1.  Copy the coding into the BODY of your HTML document  -->



<!-- STEP ONE: Paste this code into the BODY of your HTML document  -->



<BODY>



<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://www.javascriptsource.com -->

<!-- Original:  Ben Joffe -->

<!-- Web Site:  http://www.joffe.tk/ -->

<script>

var text="This Text Here Scroll Thrpugh The ALPHABET!!! Numbers 0 1 2 3 4 5 6 7 8 and 9, comma, full stop. JavaScriptSource, your place for free scripts.";



document.write("<big><tt id=dis nowrap>Display Area</tt></big>");

var symtype=new Array(" ","A","a","B","b","C","c","D","d","E","e","F","f","G","g","H","h","I","i","J","j","K","k","L","l","M","m","N","n","O","o","P","p","Q","q","R","r","S","s","T","t","U","u","V","v","W","w","X","x","Y","y","Z","z","0","1","2","3","4","5","6","7","8","9",".",",","&","!","?","-","_");

var symarray=new Array();

for (var i=0; i<text.length; i++){

symarray[i]=" ";}

function scroll(){

for (var i=0; i<text.length; i++){

if (symarray[i]!=text.substring(i,i+1)) {

for (var x=0; x<70; x++) if (symarray[i]==symtype[x]) {symarray[i]=symtype[x+1]; break}}

}var outsym="";

for (var i=0; i<text.length; i++) outsym+=symarray[i];

dis.innerHTML=outsym;

setTimeout('scroll()',100);

}scroll();

</script>



<p><center>

<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>

by <a href="http://javascriptsource.com">The JavaScript Source</a></font>

</center><p>







Free JavaScripts provided
by The JavaScript Source













0 Comment "

Train Station Text

"

Đăng nhận xét

Bạn có thể test thử trên Test Html Editor Chọn> Mã màu