Ver Mensaje Individual
  #11 (permalink)  
Antiguo 16/08/2002, 13:32
beandfa
 
Fecha de Ingreso: mayo-2002
Ubicación: Toluca
Mensajes: 229
Antigüedad: 22 años, 6 meses
Puntos: 2
Re: fullscreen a un tamaño determinado

esto ponlo en tu JavaScript

function ventana()
{
venta=open("","_top","too lbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=no, resizable=no, width=800 height=600");
}

esto en el BODY
<body onload="ventana();">