Free web development scripts for the webmasterDevelopment Scripts


 
 Site Navigation
 o Development Scripts
 o Text Only Edition
 o PHP.net News
 o Tutorials
 o Register an account
 o New entries this week
 o Affiliates/Links
 o Contact Us
 o About us
 o Advanced Search

 Browse Path

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/local/psa/home/vhosts/devscripts.net/httpdocs/online.php on line 28
 o  users online
 o Most users online: 67
 o Home
  o Javascripts
   o Miscellaneous
    o Script

 Member Login
User Name
Password

 Standards
Valid XHTML 1.0!
Valid 
CSS!

 Recommended Links
 o PHP Freaks
 o Designer Baby Clothes
 o Advertise Here Make Money
 o Wedding Vendor Directory
 o UK Business Franchises
 o OxyScripts
 o Free Wedding Websites
 o Send Invoices for Free
 o designplace
 o Free Online Invoices

Prints out a message in TELE-TYPE-WRITER style (Rated 0)

Description:

Prints out a message in TELE-TYPE-WRITER style

Code starts here


<div>
<script language="JavaScript1.2">

var message="Have your messages printed out in teletype style! Just like this."
var typingbasecolor="ececec"
var typingtextcolor="ff00ff"
var blinkspeed=100 //in milliseconds
var fontface="arial,geneva,helvetica"
var fontsize="5"

///No need to edit below this line/////

var n=0
if (document.all){
document.write('<font face="'+fontface+'" size="'+fontsize+'" color="'+typingbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="typinglight">'+message.charAt(m)+'</span>')
document.write('</font>')

//cache reference to typinglight array

var tempref=document.all.typinglight
}
else
document.write(message)

function typing(){

//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
tempref[m].style.color=typingbasecolor
}

//cycle through and change individual letters to typing color
tempref[n].style.color=typingtextcolor

if (n<tempref.length-1)
n++
else{
n=0
clearInterval(blinking)
setTimeout("starttyping()",1500)
return
}
}

function starttyping(){
if (document.all)
blinking=setInterval("typing()",blinkspeed)
}
starttyping()
</script>
</div>


Submitted by norvica on 11-03-2003 18:31


Rate This Script

User Contributed Comments

On 06-08-2010 5:12 said:

WxxEqh hpqgngwlugde, [url=http://phogsprndkcq.com/]phogsprndkcq[/url], [link=http://puqdlxgbonpx.com/]puqdlxgbonpx[/link], http://erkptwtdaety.com/


On 10-08-2010 12:19 said:

HHfm41 doluiudpdpmn, [url=http://pcpjqccjrqzn.com/]pcpjqccjrqzn[/url], [link=http://jjsbniytockt.com/]jjsbniytockt[/link], http://nlpbgwpwcbgi.com/


Registered Members login
© Copyright 2003 - Devscripts.net