
<HTML>
<TITLE>random javascript frases 1.0</TITLE>
<HEAD>
<script type="text/javascript">
<!-- Comienzo del JavaScript
// *****************************************
// Gabriel Rodríguez, Enero del 2001. Bs As
// -----------------------------------------
//
// http://www.gamarod.com.ar
// e-mail: gamarod@gamarod.com.ar
// *****************************************
//
// -----------------------------------------
// Mis Frases, by Gabriel Rodríguez '2000
// -----------------------------------------
// Version: 1.0
//
// Este Script puede usarse y distribuirse libremente siempre
// y cuando figure el mensaje de arriba.
<!-- Este Script muestra frases aleatoriamente -->
var frases = new armarvector ("Bienvenido a Gamarod Javascript", "¿Sabías que..? Este es un mensaje Aleatorio",
"Frases Aleatorias 1.0 por Gabriel Rodríguez", "Boca Juniors es lo más GRANDE de Argentina",
"Rafael Calzada mi ciudad natal ...", "Maradona es el mejor jugador del mundo...");
function Aleatorio() {
hoy= new Date();
maximo=6; //Cantidad de Frases
segundos=hoy.getSeconds();
if (segundos==0) {segundos=1}
while (segundos>maximo) {segundos=segundos-maximo}
document.write ('<table border=1 bgcolor=yellow cellpadding=1 cellspacing=1><tr><td bgcolor=cyan align=center>');
document.write ('<font size=+1 color=blue>');
document.write (frases[segundos]);
document.write ('</font>');
document.write ('</table>');
}
function armarvector (v1, v2,v3,v4,v5,v6) {
this[1]=v1;
this[2]=v2;
this[3]=v3;
this[4]=v4;
this[5]=v5;
this[6]=v6;
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000080" VLINK="#800080" ALINK="#FF0000">
<BR>
<CENTER><H1>Este es la frase del día</H1>
<SCRIPT>Aleatorio()</SCRIPT>
<BR><A HREF="javascript:history.go(0)">[Ver Otra Frase Aleatoria]</A>
<BR><BR><HR SIZE=1 COLOR="#808080">
<FONT SIZE=1 COLOR="#000000" FACE="Arial">Gabriel Rodríguez<BR>
<A HREF="http://www.gamarod.com.ar">Gamarod JavaScript</A>
</FONT>
</CENTER>
</BODY>
</HTML>
Privacidad ּ Publicidad ּ Prensa ּ Premios ּ Colaborar ּ Enlazarnos ּ Mapa del Sitio ּ Aviso legal ּ Boletín ּ Contacto
2001 - 2011 | Sitio Sitio creado y mantenido por Gabriel Marcelo Rodriguez
Hosting de alta calidad a bajo costo Neolo.com.ar