Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/07/2002, 04:50
Avatar de sedos
sedos
 
Fecha de Ingreso: junio-2002
Mensajes: 116
Antigüedad: 22 años, 11 meses
Puntos: 0
Re: No consigo quitar los botones del navegador

Prueba con este script:

<script language="JavaScript">
var winName="titulo"
function Abrir_Ventana(theURL,w,h) {

var windowprops ="top=0,left=0,toolbar=no,location=no,status= no, menubar=no,scrollbars=no, resizable=no,width=" + w + ",height=" + h;

window.open(theURL,winName,windowprops);
}
</script>

y el enlace

<a href="#" onclick=javascript:Abrir_Ventana('abrir_ventana.ht m','122','122');> zxczx </a>

en el enlace pones las dimensiones, ciao, espero que te ayude