M 4 T 1 1
  Efecto Texto
 
<h5><script language="JavaScript1.2"> 
var message="Bienvenidos a Codes web!" 
var neonbasecolor="white" 
var neontextcolor="yellow" 
var flashspeed=50  
var n=0 
if (document.all){ 
document.write('<font color="'+neonbasecolor+'">') 
for (m=0;m<message.length;m++) 
document.write('<span id="neonlight">'+message.charAt(m)+'</span>') 
document.write('</font>') 
var tempref=document.all.neonlight 
else 
document.write(message) 
function neon(){ 
 
if (n==0){ 
for (m=0;m<message.length;m++) 
tempref[m].style.color=neonbasecolor 
tempref[n].style.color=neontextcolor 
if (n<tempref.length-1) 
n++ 
else{ 
n=0 
clearInterval(flashing) 
setTimeout("beginneon()",1500) 
return 
function beginneon(){ 
if (document.all) 
flashing=setInterval("neon()",flashspeed) 
beginneon() 
</script> </h5> 
 
 
 
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis