Haz de Gratisss tu página de inicio
Ahora su cuenta  E-mail Gratisss

             

Busca en la web

 

Scripts Barra Status 

 Movimientos de texto en barra de status inferior. Cambia minusculas por mayusculas

Ejemplo: mira la barra de status de abajo y asi se vera en tu página

<SCRIPT language="JavaScript">
<!--
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
//-->
</SCRIPT>
<script language="Javascript">
<!--
// estos scripts y muchos mas
// en - http://www.gratisss.bizland.com
var text = "La mejor Pagina de Scripts en la Red"
var speed = 200
var x = 0
function bb() {
var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)
window.status = a + b + c
if (x == text.length) {
x = 0
}
else {
x++
}
setTimeout("bb()",speed)
}
bb();
//-->
</script>

Simplemente copia y pega el siguiente código dentro de body> <body, asi de simple.
Debes cambiar el texto en var vext. Y ya esta lista.

Movimiento de texto en Barra de Status superior

Ejemplo: mira la barra de status de arriba y asi se vera en tu página

<script language="JavaScript">
<!--
//Este scripts y muchos mas en
//http://www.gratisss.bizland.com
self.moveTo(0,0); self.resizeTo(screen.availWidth,screen.availHeight); setInterval("x()",500);setInterval("y()",300000);self.focus();
function x(){window.status="El sitio en el web donde todo es GratissS"}
function y(){self.focus()}
//-->
</script>

<script Language="javascript">
<!-----------------------------------
//Este scripts y muchos mas en
//http://www.gratisss.bizland.com
isIE4 = (navigator.appVersion.charAt(0)>=4 && (navigator.appVersion).indexOf("MSIE") != -1);

var m1= " ----- Este es el sitio donde todo es GratissS ----- Aqui Encontraras Entretención, software, temas para niños, Recursos para web master, y mucho mas GratissS -----";
var m2= " Mensaje 1";
var m3= " Mensaje 2 ";
var m4= " Mensaje 3 ";
var m5= " Mensaje 4";
var m6= " Mensaje 5";
var msg=m1+m2+m3+m4+m5+m6;
var msg=msg+msg;
function titnimation() {
msg=msg.substring(2,msg.length)+msg.substring(0,2);
document.title = msg;
}
if(isIE4) {
setInterval("titnimation()",300);
}
//----------------------------------->
</script>

Simplemente copia y pega el siguiente codigo dentro del body>< asi de simple.
Debes cambiar el texto en var y agregar mas mensajes.

 

Hit Counter visitas desde el 10 de Enero del 2000.

Enviar correo electrónico a 130351@netexpress.cl con preguntas o comentarios sobre este sitio Web.
Copyright © 1999 Gratisss.bizland.com
Última modificación: 03 de June de 2000