Mister X Posted August 7, 2004 Report Share Posted August 7, 2004 Como eu posso fazer uma janela pop up outomaticas por exemplo o cara entra no meu site e abre uma janela popup automaticamente???Aguardo as respostas Quote Link to comment Share on other sites More sharing options...
0 ARD Posted August 7, 2004 Report Share Posted August 7, 2004 Cole isto na sua página<script language="JavaScript"> var width = 200; var height = 200; var left = 99; var top = 99;URL = "http://www.seusite.com.br"; window.open(URL,'nomedajanela', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');</script> Quote Link to comment Share on other sites More sharing options...
Question
Mister X
Como eu posso fazer uma janela pop up outomaticas por exemplo o cara entra no meu site e abre uma janela popup automaticamente???
Aguardo as respostas
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.