Ver Mensaje Individual
  #7 (permalink)  
Antiguo 05/06/2009, 07:25
Avatar de KiraSakuya
KiraSakuya
 
Fecha de Ingreso: junio-2009
Mensajes: 67
Antigüedad: 14 años, 11 meses
Puntos: 1
Respuesta: FullScreen a pantalla completa

function CambiarTamanio()
{
window.moveTo(0,0);
window.resizeTo(window.screen.Width,window.screen. Height)
}

Prueba con eso a ver si te sirve :D

(EDITO: PANINO SE ME ADELANTO :) )