Herbert Posted June 14, 2005 Report Share Posted June 14, 2005 PessoalQuando eu uso o código:on (press) { getURL("javascript:MM_openBrWindow('arquivo.htm','','scrollbars=yes,width=700,height=500')");}tem como determinar a posição no monitor em que a janela vai se abrir? Quote Link to comment Share on other sites More sharing options...
0 jefmolino Posted June 14, 2005 Report Share Posted June 14, 2005 Se não me engano, se você colocar left e top funcionaon (press) {getURL("javascript:MM_openBrWindow('arquivo.htm','','scrollbars=yes,width=700,height=500, left=20, top=20')");} Quote Link to comment Share on other sites More sharing options...
0 Herbert Posted June 14, 2005 Author Report Share Posted June 14, 2005 valeu!funcionabrigadu Quote Link to comment Share on other sites More sharing options...
Question
Herbert
Pessoal
Quando eu uso o código:
on (press) {
getURL("javascript:MM_openBrWindow('arquivo.htm','','scrollbars=yes,width=700,height=500')");
}
tem como determinar a posição no monitor em que a janela vai se abrir?
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.