arldin Posted December 19, 2011 Report Share Posted December 19, 2011 Gostaria de uma ajuda para que este popup se feche altomaticamente<script language="JavaScript">var width = 300;var height = 300;var left = 99;var top = 99;URL = "http://www.sofestasinfantis.com.br/aviso.asp";window.open(URL,'ferias', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no,');</script> Quote Link to comment Share on other sites More sharing options...
0 fiote Posted December 19, 2011 Report Share Posted December 19, 2011 var janela = window.open(URL,'ferias', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no,'); function closePopup() { janela.close(); } setTimeout('closePopup()',1000);1000 é a quantidade de milisegundos até a janela fechar. Quote Link to comment Share on other sites More sharing options...
0 arldin Posted December 19, 2011 Author Report Share Posted December 19, 2011 var janela = window.open(URL,'ferias', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no,'); function closePopup() { janela.close(); } setTimeout('closePopup()',1000);1000 é a quantidade de milisegundos até a janela fechar.Valeu obrigadão Tenha um otimo fim de anoQue 2012 seja repleto de muitos susseço Quote Link to comment Share on other sites More sharing options...
Question
arldin
Gostaria de uma ajuda para que este popup se feche altomaticamente
Link to comment
Share on other sites
2 answers 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.