<script>
function openWindow(){
setTimeout(function(){window.open('https://google.com.br/');},1000); // abre o link
setTimeout(function(){window.open('https://youtube.com/');},3000); // abre o link
setTimeout(function(){window.open('https://facebook.com/');},5000); // abre o link
setTimeout(function(){openWindow.close();},2); // fechar link
}
</script>
<a href="#" onclick=openWindow() > teste </a>
Alguém poderia ajudar, creio q na hora de fechar não estou fzd certo. Sou novo em js. A função de fechar não tá fechando os link, poderiam ajudar..
Pergunta
Matheus de Paula
<script>
function openWindow(){
setTimeout(function(){window.open('https://google.com.br/');},1000); // abre o link
setTimeout(function(){window.open('https://youtube.com/');},3000); // abre o link
setTimeout(function(){window.open('https://facebook.com/');},5000); // abre o link
setTimeout(function(){openWindow.close();},2); // fechar link
}
</script>
<a href="#" onclick=openWindow() > teste </a>
Alguém poderia ajudar, creio q na hora de fechar não estou fzd certo. Sou novo em js. A função de fechar não tá fechando os link, poderiam ajudar..
Link para o comentário
Compartilhar em outros sites
0 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.