»
EnglishFrenchVietnamese

Print - Text Writter script - JavaScriptBank.com

Full version: jsB@nk » Text » Writting » Text Writter script
URL: https://www.javascriptbank.com/text-writter-script.html

Text Writter script © JavaScriptBank.comThis JavaScript types the containing messages into view. Both the typing speed and pause between messages can be configured.

Full version: jsB@nk » Text » Writting » Text Writter script
URL: https://www.javascriptbank.com/text-writter-script.html



JavaScript
<script><!--var count=0function play(){msg=borba.innerTextcomp=msg.lengthtype()}function type(){if(count<=comp){borba.innerText=msg.substring(0,count)count++setTimeout("type()",200)}else{count=0play()}}//--></script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<body onload="play()"><span id="borba" style="position: relative; font-size: 20px; color: red;">JavaScriptBank.com - Bank of over 2000+ free JavaScripts</span></body><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->