Dark_Eyes Posted January 23, 2004 Report Share Posted January 23, 2004 Olhem este site... http://www.bombagames.com.brNa janelinha que abre no começo, de confirmação de voto, por mais que você aperte Cancelar ajanelinha volta a aparecer... como faiz isso??? Como abre esta janelinha com o botão OK e Cancelar??Sendo que o Botão Ok tem um destino....Falow! Quote Link to comment Share on other sites More sharing options...
0 John Doe Posted January 23, 2004 Report Share Posted January 23, 2004 <script language="JScript"> <!-- function vota() { if(confirm("você vai vota no nosso site")) { window.open("site da votação","nome da janela","atributos da janela"); } else { vota() } } vota(); --> </script>Tenta isso Quote Link to comment Share on other sites More sharing options...
0 Dark_Eyes Posted January 23, 2004 Author Report Share Posted January 23, 2004 O que eu boto em atributos da janela??? E isso vai ficar abrindo toda hora se o cara botar Cancelar??? Quote Link to comment Share on other sites More sharing options...
0 John Doe Posted January 23, 2004 Report Share Posted January 23, 2004 Se o cara apertar cancelar, a mensagem vai ficar aparecendo, sem que a janela abra...Só vai abrir quando ele clicar em OK ... Aqui vai um exemplo de window.open:window.open("http://www.ibest.com.br/votos.php?site=osite","voto","width=800 height=600 scrolling=yes status=no");width = larguraheight = alturascrolling = barra de rolagemstatus = barra de status Quote Link to comment Share on other sites More sharing options...
0 Dark_Eyes Posted January 24, 2004 Author Report Share Posted January 24, 2004 O Script Ficou Assim:<script language="JScript"><!--function vota(){if(confirm("Oferecemos à você Emuladores, Roms, Jogos Completos, Detonados, Dicas de Jogos Gratuitamente em alta qualidade... Não Custa Votar...")){window.open("http://www.lkonline.net/top/votar.cgi?id=90","Vote no Arena do Jogo"," width=700 height=500 scrolling=yes status=no");}else{vota()}}vota();--></script>Daí quando eu clico em OK a janela não abre... faça o teste... O Script está correto...???Falow! Quote Link to comment Share on other sites More sharing options...
0 John Doe Posted January 24, 2004 Report Share Posted January 24, 2004 Po cara...não tenho certeza, mas acho que o nome da janela não pode ter espaços...Ficaria assim: <script language="JScript"><!--function vota(){if(confirm("Oferecemos à você Emuladores, Roms, Jogos Completos, Detonados, Dicas de Jogos Gratuitamente em alta qualidade... Não Custa Votar...")){window.open("http://www.lkonline.net/top/votar.cgi?id=90","Vote"," width=700 height=500 scrolling=yes status=no left=0 top=0");}else{vota()}}vota();--></script> Quote Link to comment Share on other sites More sharing options...
0 Dark_Eyes Posted January 24, 2004 Author Report Share Posted January 24, 2004 Como assim não pode ter espaços??? Quote Link to comment Share on other sites More sharing options...
0 John Doe Posted January 24, 2004 Report Share Posted January 24, 2004 Editei ali em cima Quote Link to comment Share on other sites More sharing options...
0 Dark_Eyes Posted January 24, 2004 Author Report Share Posted January 24, 2004 Valeu cara... deu certinho agora...Que bela conversa nois tivemos hein???Falow! Quote Link to comment Share on other sites More sharing options...
0 Dark_Eyes Posted January 24, 2004 Author Report Share Posted January 24, 2004 Mais um coisa... desculpe encomodar cara...Tem como fazer a janela abrir centralizada na tela???Desculpe pelo abuso....Falow!! Quote Link to comment Share on other sites More sharing options...
0 John Doe Posted January 24, 2004 Report Share Posted January 24, 2004 Já coloquei isso....nos atributos você põe: left=0 top=0 sacou? Quote Link to comment Share on other sites More sharing options...
0 diraol Posted January 24, 2004 Report Share Posted January 24, 2004 só uma coisa, se colocar top e left = 0 ele fica no canto superior esquerdo da tela...............você vai ter q criar duas variáveis.....<script language="JScript"><!--var x = screen.width/2var y = screen.height/2function vota(){if(confirm("Oferecemos à você Emuladores, Roms, Jogos Completos, Detonados, Dicas de Jogos Gratuitamente em alta qualidade... Não Custa Votar...")){window.open("http://www.lkonline.net/top/votar.cgi?id=90","Vote"," width="+x+" height="+y+" scrolling=yes status=no left=0 top=0");}else{vota()}}vota();--></script> Quote Link to comment Share on other sites More sharing options...
0 Dark_Eyes Posted January 24, 2004 Author Report Share Posted January 24, 2004 Valeu gente... este negócio já me rendeu 3 votos em 2 horas!!!! Quote Link to comment Share on other sites More sharing options...
0 diraol Posted January 24, 2004 Report Share Posted January 24, 2004 hahahahahahahahahahabeleza..... Quote Link to comment Share on other sites More sharing options...
Question
Dark_Eyes
Olhem este site... http://www.bombagames.com.br
Na janelinha que abre no começo, de confirmação de voto, por mais que você aperte Cancelar ajanelinha volta a aparecer... como faiz isso???
Como abre esta janelinha com o botão OK e Cancelar??
Sendo que o Botão Ok tem um destino....
Falow!
Link to comment
Share on other sites
13 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.