Red de conocimiento informático - Material del sitio web - En Dreamweaver, haga que el texto parpadee con efecto de parpadeo

En Dreamweaver, haga que el texto parpadee con efecto de parpadeo

Presentarle uno:

lt; htmlgt;

lt; headgt;

lt; -Type" content="text/html; charset=gb2312"gt;

lt;titlegt;Fuente en blanco especial y geniallt;/titlegt;

lt;SCRIPT language= "JavaScript" gt;

lt;!--

var thissize=20

var textfont="script oficial"

var textcolor = nuevo matriz()

textcolor[0]="000000"

textcolor[1]="000000"

textcolor[2]="000000"

textcolor[3]="111111"

textcolor[4]="222222"

textcolor[5]="333333"

textcolor[6]="444444"

textcolor[7]="555555"

textcolor[8]="666666"

textcolor[9 ]= "777777"

textcolor[10]="888888"

textcolor[11]="999999"

textcolor[12]="aaaaaa"

textcolor[13]="bbbbbb"

textcolor[14]="cccccc"

textcolor[15]="dddddd"

textcolor[16]="eeeeee"

textcolor[17]="ffffff"

textcolor[18]="ffffff"

var mensaje = nueva matriz ()

message[0]="Bienvenido a Super JAVA Cool"

message[1]="Por favor, quédate un rato"

mensaje [2 ]="Ganarás más"

message[3]="Por favor, vuelve otra vez"

i_message=0

var i_strength= 0

var i_message=0

var temporizador

función Glowtext() {

if(document.all) {

if (i_strength lt;=17) {

glowdiv.innerText=message[i_message]

document.all.glowdiv.style.filter="glow(color= " textcolor[i_strength] ", fuerza=4)"

i_strength

timer=setTimeout("glowtext()", 100)

}

else {

borrar

imeout(temporizador)

setTimeout("deglowtext()", 1500)

}

}

}

función deglowtext() {

if(document.all) {

if (i_strength gt;=0) {

glowdiv.innerText=mensaje[ i_message]

document.all.glowdiv.style.filter="glow(color=" textcolor[i_strength] ", fuerza=4)"

i_strength--

timer=setTimeout("deglowtext()", 100)

}

else {

clearTimeout(timer)

i_message

if (i_messagegt;=message.length) {i_message=0}

i_strength=0

intermezzo()

}

}

}

función intermedia() {

glowdiv.innerText=""

setTimeout( "glowtext()", 1000)

}

//--gt;

lt;/SCRIPTgt;

lt; /headgt;

lt;body bgcolor="#fef4d9" onLoad="glowtext()"gt;

lt;div id="glowdiv" style="posición: absoluta; visibilidad: visible; ancho: 600 px; alineación de texto: centro; arriba: 185 px; lt; /divgt;

lt;/bodygt;

lt;/htmlgt;