|
|
|

|

|
Dicas
|

|
ASP - Active Server Page (Miscelâneas)
|
|
 |
Título da Dica: Texto Rotativo na Barra de Status
|
 |
|
|
Postada em 30/1/2004 por Mago_Pc
<script> var texto="Aqui vc coloca seu texto ! "; var tempo=0; function rolar(){ window.status=texto; texto=texto.substring(1,texto.length)+texto.charAt(0); window.setTimeout("rolar()",90); } rolar(); </script>
|
|
|
|

|