Como eu faço para que um Target Blank abra como se fosse um Target Parent?

Oh meu Deus, que paradoxo..hehehe.
Mas quero que o link abra em outra janela, porem com a janela já maximizada.
Dêem um plá aie.
Abraços
Lêngue
Posted 19/04/2004, 15:52
Posted 20/04/2004, 12:53
Posted 20/04/2004, 13:31
Posted 20/04/2004, 13:39
Posted 20/04/2004, 14:19
Posted 20/04/2004, 14:41
<html>
<head>
<title>Maximizando a Janela do Visitante</title>
<script language="JavaScript">
<!--
function maximizar() {
window.moveTo (-4,-4);
window.resizeTo (screen.availWidth + 8, screen.availHeight + 8);
}
//-->
</script>
</head>
<body>
<button onClick="maximizar();">Maximizar</button>
</body>
</html>
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)