Jump to content
Fórum Script Brasil
  • 0

Site abre "sozinho"


Mbiani

Question

Oi pessoal.

Estou preso neste caso:

<a href="http://www.google.com.br/" id="abrir">Abrir o site.</a>

Isso só irá acontecer depois do script que define o id fizer sua função, certo...

mas o que eu queria no momento era fazer com que o site "google.com.br" abrisse sozinho após o script, que no meu caso é uma contagem.

Não sei se isso precisaria de outro javascript ou daria pra fazer só com o html mesmo, então se postei em local errado peço que me perdoem dessa vez :P

Enfim, como posso fazer isso?

Agradeço desde já!

Edited by Mbiani
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

tipo pode ser assim:

<script type="text/javascript">
function Tempo(){
setTimeout("Abrir()",o tempo);
}
function Abrir(){
window.location="http://www.google.com.br";
}
</script>
Lembrando que o tempo e contato em milesegundos. caso queira que o tempo começe a contar quando a pagina for aberta coloque: onLoad="Tempo()" no body devera ficar assim:
<body onLoad="Tempo()">

Edited by Michael Douglas
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652.1k
×
×
  • Create New...