Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/01/2002, 06:58
Avatar de mikel_gomez
mikel_gomez
 
Fecha de Ingreso: febrero-2001
Mensajes: 482
Antigüedad: 23 años, 2 meses
Puntos: 3
Re: un popup maximizado?

A ver si te vale este código:

<pre>&lt;script type=&quot;text/javascript&quot;&gt;
var anchura = screen.width ;
var altura = screen.height ;
var opciones = 'top=0,left=0' +
',width=' + anchura +
',height=' + altura ;
var ventana = window.open('http://www.yahoo.com','miventana',opciones);
&lt;/script&gt;[/cod] </pre>

<style>.t{font: 8pt verdana; text-decoration: none; color: black;}</style><hr><span class="t"><a href="mailto:[email protected]" class="t" style="font: 10pt;">Mikel Gómez</a><br>Hay que aprender mucho para saber poco.</span>