• Web sitemizin içeriğine ve tüm hizmetlerimize erişim sağlamak için Web sitemize kayıt olmalı ya da giriş yapmalısınız. Web sitemize üye olmak tamamen ücretsizdir.

Daktilo Yazısı

ByOnur58

Kayıtlı Üye
Forum Yaşı
11 Yıl 4 Ay
Mesajlar
2,114
Tepkime puanı
10
Kod:
<h2>
<script language="JavaScript1.2">
/*
Neon Lights Text
By Website Abstraction (http://wsabstract.com)
Over 400+ free scripts here!
*/
var message="buraya gelmesini istedi?iniz yazyyy yazyn"
var neonbasecolor="red"
var neontextcolor="yellow"
var flashspeed=100 //in milliseconds
///No need to edit below this line/////
var n=0
if (********.all){
********.write("<font color=""+neonbasecolor+"">")
for (m=0;m<message.length;m++)
********.write("<span id="neonlight">"+message.charAt(m)+"</span>")
********.write("</font>")
//cache reference to neonlight array
var tempref=********.all.neonlight
}
else
********.write(message) 
function neon(){



//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
tempref[m].style.color=neonbasecolor
}
//cycle through and change individual letters to neon color
tempref[n].style.color=neontextcolor
if (n<tempref.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}
function beginneon(){
if (********.all)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script>
</h2>
 
Geri
Üst