Caminho de Navegação Texto animações / Scripts / Muda texto

Nenhuma avalição
Indique ao Ueba Indique ao BlogBlogs Indique ao Delicious Indique ao Technorati Indique ao Google Bookmarks Indique ao Newsgator
TAGS

Nenhuma tag foi definida ainda!

Defina as tags para esta página preenchendo o campo abaixo.

  • Máximo de 100 tags
  • Cada tag deve ter até 20 caracteres.
  • Separar as tags com virgula. Ex.: php, sql, html, xml, fireworks
COMENTAR

INDICAR
Nome do amigo: E-mail do amigo: Comentário:
REPORTAR ERRO Descreva o erro:

Muda textoPostada em: 07/11/2009

Script Master
Por: Script Master Nº de Visualizações: 75.

Demonstração do script

Código fonte do script

<html>
<body>
<head>

<br><br><br><br>
<H2>PARA IR MUDANDO AS MENSAGENS APERTE A TECLA F5 NO SEU NAVEGADOR<H2>

<script language="JavaScript">
<!--
hoje = new Date()
numero_de_textos = 4
segundos = hoje.getSeconds()
numero = segundos % numero_de_textos
if (numero == 0){
texto = "<font size=2>Exemplo: SCRIPT FÁCIL - O SITE COM MAIOR CONTEÚDO EM SCRIPT"
}
if (numero == 01){
texto = "<font size=2>Exemplo: TAMBÉM TEM MAIS ALGUMAS APOSTILAS E TUTORIAIS"
}
if (numero == 02){
texto = "<font size=2>Exemplo: NÃO DEIXE DE VOLTAR NESSE SITE OUTRAS VEZES SEMPRE TEM MAIS"
}
if (numero == 03){
texto = "<font size=2>Exemplo: SCRIPT, DICAS E INFORMÁTICA VOCÊ ENCONTRA AQUI"
}
document.write('' + texto +'') </script>

</body>
</html>