Ir para conteúdo
Fórum Script Brasil

mr_johnny

Membros
  • Total de itens

    1
  • Registro em

  • Última visita

Tudo que mr_johnny postou

  1. mr_johnny

    Link Randomico

    cara fiquei atras disso e esse teu tópico me ajudou...se alguém quiser redirecionar sem ter de clicar no link é só alterar o código <html> <head> <title>Enlace Aleatorio</title> <script> var direcciones = new Array("http://www.terra.com.br", "http://www.google.com.br", "http://www.orkut.com.br"); function enlaceAleatorio(){ aleat = Math.random() * direcciones.length aleat = Math.floor(aleat) window.location=direcciones[aleat] } </script> </head> <body onload="java script:enlaceAleatorio()"> </body> </html>
×
×
  • Criar Novo...