Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/05/2006, 10:14
bitshoot
 
Fecha de Ingreso: noviembre-2004
Mensajes: 371
Antigüedad: 19 años, 6 meses
Puntos: 0
como lo podria hacer? esta es la funcion que me abre el primer popup

function ventanaObjeto1 (URL){

var izq = (screen.width - 525) / 2;
var arr = (screen.height - 270) / 2;

window.open(URL,"ventana1","width=525,height=270,l eft="+izq+",top="+arr+"")
}


como hago para agrandar la pantalla?