Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/01/2006, 01:08
clocko
 
Fecha de Ingreso: enero-2006
Mensajes: 6
Antigüedad: 18 años, 4 meses
Puntos: 0
hey asi queda mejor:

function abrir(){
var ancho=screen.width;
var alto=screen.height-30;
var config ="height="+alto+",width="+ancho+",toolbar=yes, scrollbar=yes,top=0, left=0" ;
var ventana=window.open("tupagina.html","ventana",conf ig);}



o si lo prefieres este esta mas sencillo.

<input type=button onclick=window.open("tupagina.html","","fullscreen "); value= "haz click para abrir">