Full version: jsB@nk » Status » Status » Status Typing Text Ads
URL: https://www.javascriptbank.com/status-typing-text-ads.html
This script is upgraded from my Title Message Silder script. It still uses array data and charAt()
method to display a message in status bar.Basically, it's very simple and easy to use, you need only change speed and add your own messages to the script activate. Additionally, you can add many messages as you want through array.
Full version: jsB@nk » Status » Status » Status Typing Text Ads
URL: https://www.javascriptbank.com/status-typing-text-ads.html
<style type=text/css><!--Status Typing Text AdsAuthor: Thái Cao PhongWebsite: www.JavaScriptBank.comPlease keep these comments above to contact author when you use this script. Thank you very much.Vietnamese: Xin ban hay giu lai nhung thong tin tren de nguoi khac co the lien he voi tac gia neu ban co su dung doan ma nay. Cam on ban rat nhieu.*/A{text-decoration: none;}A:hover{color: black;text-decoration: underline overline}P{PADDING: 0px;MARGIN: 0px;}--></style><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->
<script type="text/javascript">/* xxxxxxxxxxxxxxx xxxxxxxxxxx xxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxx xxxx xxxxxxxxxxxxxxx xxxxxxxxxxxxx xxxx xxxxx xxxxxxxxxxxx xxxx xxxxx xxxxx xxxx xxxxx xxxxxxxxxxxx xxxx xxxxx xxxxxxxxxxxxx xxxxxxxxxxxwww.JavaScriptBank.com xxxxx xxxxxxxxxxxx xxxxxxxxxxxxx xxxxx xxxxx xxxx xxxx xxx xxxxx xxxxxxxxxxxx xxxx xxxx xxx xxxxxx xxxxxxxxxxxxx xxxx xxxx xxxxxxxxxx xxxxxxxxxxxxx xxxxxxxxxxxxx xxxxxxxx xxxxxxxxxxx xxxxxxxxxxx Status Typing Text AdsAuthor: Thái Cao PhongWebsite: www.JavaScriptBank.comPlease keep these comments above to contact author when you use this script. Thank you very much.Vietnamese: Xin ban hay giu lai nhung thong tin tren de nguoi khac co the lien he voi tac gia neu ban co su dung doan ma nay. Cam on ban rat nhieu.*/var i=0;varJavaScriptBank="[ www.JavaScriptBank.com ] ";var arrow=new Array();arrow[0]=">>> ";arrow[1]=" >>> ";arrow[2]=" >>> ";arrow[3]=" >>> ";arrow[4]=" >>> ";arrow[5]=" >>> ";arrow[6]=" >>> ";arrow[7]=" >>> ";arrow[8]=" >>> ";var textArray=new Array();textArray[0]=" Greatest and largest Javascript source code library in Viet Nam ";textArray[1]=" Come to preview and download free over 2000 Javascript effects ";textArray[2]=" Aurthor: Thái Cao Phong ";var arrayIndex=end=i=0;var temp="";function TextAd(){if(textArray[arrayIndex].charAt(end)!=' '){temp+=textArray[arrayIndex].charAt(end);}else {temp+=' ';status=JavaScriptBank+arrow[i]+temp;if (i>arrow.length-2) i=0;else i++;}end++;if(end==textArray[arrayIndex].length){end=0;setTimeout("TextAd()",3000);temp='';arrayIndex++;if(arrayIndex==textArray.length) arrayIndex=0;}else setTimeout("TextAd()",30);}TextAd();function Ad(){status=JavaScriptBank+arrow[i]+temp;if (i>arrow.length-2) i=0;else i++;setTimeout("Ad()",100);}Ad();</script><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->