Barra
| |||||
| |||||
\\Exibe menssagens na barra de status//coloque este script na tag head// | \\Tambem exibe menssagem na barra de status, mas diferente dos normais//coloque este script depois da tag </html>// <script language='VBScript'> </script><script language="JavaScript"> <!-- // please keep these lines on when you copy the source // made by: Nicolas - http://www.javascript-page.com var current = 0 var x = 0 var speed = 100 var speed2 = 2000 function initArray(n) { this.length = n; for (var i =1; i <= n; i++) { this[i] = ' ' } } typ = new initArray(6) typ[0]="Ola! Seja Bem vindo a FNMC HOME PAGE!!" typ[1]="Aqui voc aprende a fazer a sua prpria home..." typ[2]="Faa o download do Homesite 4.5..." typ[3]="Um dos melhores editores de html!!!" typ[4]="Nao se esquea votar na enquete e assinar o meu Guest Book!" typ[5]="Volte Sempre!!!! :))" function typewrite() { var m = typ[current] window.status = m.substring(0, x++) + "_" if (x == m.length + 1) { x = 0 current++ if (current > typ.length - 1) { current = 0 } setTimeout("typewrite()", speed2) } else { setTimeout("typewrite()", speed) } } typewrite() //--> </script> | |||||||||||||||
FNMC marca registrada Todos os direitos reservados. 2001 | ||||||||||||||||