Tras la caida de precticamente todos los servicios de GUAIL ayer,
hoy todos los sistemas han vuelto a la normalidad
la creación de nuevas páginas y usuarios quedará bloqueada de manera temporal.
Infinitas gracias por toda su paciencia
NoteQuo
Jump to navigation
Jump to search
<SCRIPT LANGUAGE="JavaScript">
<!--
function moverCocheAdelante ()
{
if (coche.style.postleft < 400)
{
coche.style.postleft += 1;
window.setTimeout ("moverCocheAdelante();", 1);
}
function moverCocheAtras ()
}
if (coche.style.posLeft > 0)
}
coche.style.posLeft -= 1;
window.setTimeout ("moverCocheAtras();", 1);
}
}
//-->
</SCRIPT>
<FORM>
<INPUT TYPE="button" VALUE="Atras" ONECLIK="moverCocheAtras()">
<INPUT TYPE="button" VALUE="Atras" ONECLIK="moverCocheAtras()">