vulmarjunior Posted November 7, 2003 Report Share Posted November 7, 2003 alguém tem um javascript que feche a página após alguns segundos? Quote Link to comment Share on other sites More sharing options...
0 vulmarjunior Posted November 9, 2003 Author Report Share Posted November 9, 2003 Ae ninguém me respondeu mas eu já consegui a resposta, infelizmente em outro forum.Mas se alguém tiver a mesma dúvida segue o código<html><head><title>Fechar</title><script>function fechar(){window.opener = window;window.close();}setTimeout("java script:fechar();",5000);</script></head><body>onde o 5000 representa 5 segundos dai pode ser 4000 (4s) 8000(8s) e por ai vai.... Quote Link to comment Share on other sites More sharing options...
Question
vulmarjunior
alguém tem um javascript que feche a página após alguns segundos?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.