Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/04/2007, 21:26
bellacord
 
Fecha de Ingreso: junio-2003
Ubicación: Frente al monitor
Mensajes: 508
Antigüedad: 21 años, 8 meses
Puntos: 0
Re: Es posible quitar barra de titulo?

<SCRIPT LANGUAGE="JavaScript">

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,titlebar=olocation=0,statu sbar=0,menubar=0,resizable=0,width=100,height=100' );");
}
// End -->


</script>


<A HREF="javascript:popUp('pagina.php')">Abrir Ventana Pop Up</A>



Ahi donde dice title bar es q te quita la barra de titulo, pero los botones minizar y cerrar se queda, creo q si le dejas fullscreen por titlebar te abre mas
__________________
Tengo una duda...