Código fuente de los javascripts utilizados en la página de descargas

            Se han incluido dos javascripts en la página de DESCARGAS (la anterior a esta página), el primero es una caja situada en la cabecera

    con un rótulo parpadeante, y el segundo es un hipervínculo con barra superior parpadeante en el centro de dicha página y que da acceso al

    trabajo sobre simulación de los dos libros de la asignatura de ELECTRÓNICA DIGITAL.

 

        CÓDIGO FUENTE DEL PRIMER JAVASCRIPT (caja con texto parpadeante)

<!-- Mas trucos y scripts en http://www.javascript.com.mx -->                        

<script language="JAVASCRIPT">

TE1="¡Hola! ¿Como Está Usted?";

TE2="";

M=TE1;

cnt=0;

function SH(){

document.Switch.A.value=M;

cnt++;

if(cnt==1 && M==TE1){M=TE2;}

if(cnt==2 && M==TE2){cnt=0;M=TE1;}

setTimeout("SH()",500);

}

// -->

</script>

<form name="Switch">

<div align="center">

 

<center>

<input name="A" size="26" style="color: #990066; font-weight: bold; font-family: Verdana, Arial; background-color: rgb(255,255,255); border: 2px outset rgb(0,128,0); margin-top: auto; padding-left: 5px">

<script language="JAVASCRIPT">

 

<!--

SH();

// -->

</script>

</center>

</div>

</form>

 DESCARGAR Y EJECUTAR EL CÓDIGO  DEL PRIMER JAVASCRIPT

 

        CÓDIGO FUENTE DEL SEGUNDO JAVASCRIPT (hipervínculo con barra superior parpadeante)

 

<title>Vínculo superrayado intermitente</title>

<p align="center">

<b>Vínculo superrayado intermitente</b><br><br><br>

 

<BODY style="font-family: Verdana">

<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Original:  SPD team (webmaster@superprodesign.com) -->

<!-- Web Site:  http://www.superprodesign.com -->

<script>

<!-- Write here the message that you want to write. Write the information between the "", like in the example shown below-->

mess94799="¡Scripts gratis en Javascripts Astalaweb!"

<!-- Write here the url or the source of the link that you want to write. Write the information between the "", like in the example shown below-->

link94799="http://javascripts.astalaweb.com"

<!--Write here the font color. Write the information between the "", like in the example shown below-->

f194799="black"

<!-- Write here the background color. Write the information between the "", like in the example shown below-->

f294799="white"

<!-- Write here the font size. Write the information between the "", like in the example shown below-->

f394799="20px"

<!-- Write here the speed of the flashing in seconds or fractions. Write the information between the "", like in the example shown below-->

f594799="1"

<!-- Don't edit from here on -->

document.write("<span style='cursor:hand;font-size:"+f394799+";color:"+f194799+";background-color:"+f294799+"' id='th94799' onclick=location.href='"+link94799+"'>"+mess94799+"</span>")

y94799=0

function beg94799(){

if (y94799<1){

y94799++

}

else{

y94799=0

}

if (y94799==1){

th94799.style.textDecoration="overline"

}

else{

th94799.style.textDecoration="none"

}

setTimeout("beg94799()",f594799*1000)

}

</script>

<img src='b' onerror=beg94799() style='display:none'>

 

 DESCARGAR Y EJECUTAR EL CÓDIGO  DEL SEGUNDO JAVASCRIPT

Volver a página descargas y tutoriales                                                                                                                                                Volver a página inicio