25/08/2002, 22:07
|
| | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 889
Antigüedad: 23 años Puntos: 4 | |
Re: barra de estado <script language="JavaScript">
txt = "Hoy chivi se luce en el Foro de JavaScript";
txt2 = " ";
largo = txt.length;
function maqtxt(){
if(txt != ""){
txt2 = txt2 + txt.substring(0,1);
txt = txt.substring(1,txt.length)};
else{
txt = txt2; txt2 = " "}; window.defaultStatus = txt2;
setTimeout("maqtxt()", 300);};
maqtxt()
</script>
¿Es eso no?
Saludos!!
<html><center><embed src="http://www.iespana.es/redmaestro/banner.swf" height=75 width=500>
</embed></center></html> |