Abre uma noba janela independente da resolucao do usuario que toma todoo tamenho.
Coloque entre body e /body
QUOTE
<script>
<!--
function winopen(){
//endereço da página aqui.
var targeturl="endereço_página.htm"
newwin=window.open("","","scrollbars")
if (document.all){
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)
}
newwin.location=targeturl
}
//-->
</script>
<form>
<input type="button" onClick="winopen()" value="Entrar" name="button">
</form>
<!--
function winopen(){
//endereço da página aqui.
var targeturl="endereço_página.htm"
newwin=window.open("","","scrollbars")
if (document.all){
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)
}
newwin.location=targeturl
}
//-->
</script>
<form>
<input type="button" onClick="winopen()" value="Entrar" name="button">
</form>

Help














