Autori: P. Gehrig and U. Dudli www.24fun.com
RITORNA ALLA PAGINA DELLE JAVASCRIPT
RITORNA ALLA PAGINA EFFETTO TESTO SULLA BARRA DI STATO
utenti connessi
Lo script da inserire in html
<SCRIPT>
<!-- // Copyright (c) 1999 P. Gehrig and U. Dudli// If you add this script to a script-library
// you have to add a link to www.24fun.ch.
var timer
function initiate() {
mytext1.Rotate(0,0,10)
timer=setTimeout("initiate()",20)
}
// -->
</SCRIPT>
<body onLoad="Flash()">
<center>
<script>
<!-- Begin
var message=" Benvenuti su Webmasterpaolo.com !!! ";
var speed=400;
var visible=0;
function Flash() {
if (visible == 0) {
window.status=message;
visible=1;
} else {
window.status="";
visible=0;
}
setTimeout('Flash()', speed);
}
// End -->
</script>