Ver Mensaje Individual
  #14 (permalink)  
Antiguo 31/01/2002, 03:29
unKnown
Usuario no validado
 
Fecha de Ingreso: julio-2001
Mensajes: 766
Antigüedad: 22 años, 9 meses
Puntos: 0
Re: Ayuda, actualizar Depósito...

cheque este es para blinks en IExplore

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>
Unknown
</TITLE>
</HEAD>
<BODY bgcolor="#999999" text="#FFFFFF">
<SCRIPT language="Javascript1.2" type="text/javascript">
/*Para Hacer Blink En Internet Explorer */
var IExplorer=document.all

var BlinkBG =document.bgColor;
var BlinkFG =document.fgColor;

<!-- Puedes Usar Otros Colores -->

//var BlinkBG="#ee6b00";
//var BlinkFG="#881efe";

var Tiempo=0.4896; /*Segundos de Blink */
/***************************************/
/** Do N't Move Here Is UnKnown jeje **/
/* By Eleazar Prieto [email protected] */
/***************************************/
function prende(){
if(IExplorer){
Blinks=document.all.tags("blink").length ;
for (i=0;i<Blinks;i++)
document.all.tags("blink").item(i).style .color=BlinkBG;
setTimeout("apaga();",Tiempo*1000);}
}
function apaga(){
Blinks=document.all.tags("blink").length ;
for (i=0;i<Blinks;i++)
document.all.tags("blink").item(i).style .color=BlinkFG;
setTimeout("prende();",Tiempo*1000);
}
onload=prende;
</SCRIPT>


<BLINK>Este Es Un Blink</BLINK> <BR>
<BR>
<BR>
<BLINK>Que Originalmento No Se Deberia De Ver En IE</BLINK> <BR>
<BR>
<BR>
<BLINK>Pero Curiosamente Se Ve</BLINK> <BR>

</BODY>
</HTML>


supongo este scrip le debe de servir a alguien