▲ Ir para Topo
Subscribe:

terça-feira, 3 de janeiro de 2012

Frases ou imagens aleatórias

Nesse tutorial você irá aprender a usar um script para exibir frases ou imagens aleatoriamente!

O codigo é este:

<script language="JavaScript">
hoje = new Date()
numero_de_imagens = 6
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0)
{frase = "Frase Um"}
if (numero == 1)
{frase = "Frase Dois"}
if (numero == 2)
{frase = "Frase Três"}
if (numero == 3)
{frase = "Frase Quatro"}
if (numero == 4)
{frase = "Frase Cinco"}
if (numero == 5)
{frase = "Frase Seis"}
document.write(frase) </script>

Entendendo o script:

numero_de_imagens = 6
coloque a quantidade de imagens ou frases para ser sorteadas!

if (numero == 0)
frase = "Frase Um" }
Frase ou imagem que está no sorteio!

As frases são numeradas a partir do:
if (numero == 0)

se você colocar 10 frases ou 10 imagens para entrar no sorteio, o código deverá terminar assim:
if (numero == 9)
{frase = "Frase 10"}
document.write(frase) </script>

Pra colocar uma imagem ou um banner para ser sortedo bastar mudar:

if (numero == 0)
{frase = "Frase 1"}
por
if (numero == 0)
{frase = "<img src='link da imagem'>"}


Observações finais:
Todo o código da frase ou da imagem deve ficar dentro das aspas:
if (numero == 0)
{frase = " AQUI "}

Você também poderá usar imagens com link, usando o codigo
<a href='endereço do link'><img src='endereço da imagem'></a>


Gostou da dica? Comente!
Ficou alguma dúvida? Pergunte!

4 comentários:

  1. An impressive share! I've just forwarded this onto a co-worker who was doing a little research on this. And he actually ordered me lunch because I found it for him... lol. So let me reword this.... Thanks for the meal!! But yeah, thanks for spending some time to talk about this issue here on your site.
    Also visit my weblog :: sky sports football news

    ResponderExcluir
  2. I know this if off topic but I'm looking into starting my own weblog and was curious what all is needed to get set up? I'm assuming
    having a blog like yours would cost a pretty penny?
    I'm not very web smart so I'm not 100% sure. Any tips or advice would be greatly appreciated. Many thanks
    Feel free to visit my web-site : perfumes

    ResponderExcluir
  3. Hi there I am so grateful I found your site, I really found you by mistake, while I was researching on Bing for something else,
    Regardless I am here now and would just like to say kudos for a remarkable post
    and a all round thrilling blog (I also love the theme/design),
    I don't have time to go through it all at the minute but I have book-marked it and also added in your RSS feeds, so when I have time I will be back to read more, Please do keep up the great work.
    my page - pizza games buena park

    ResponderExcluir
  4. Hello, i think that i saw you visited my site thus i
    came to “return the favor”.I am trying to find things to enhance
    my website!I suppose its ok to use a few of your ideas!
    !
    my web site - pizza games on cool math

    ResponderExcluir

- Tire suas dúvidas!
- Tem alguma dica para complementar?
- Obrigado pela visita e volte sempre!

Related Posts Plugin for WordPress, Blogger...