Metti nella pagina che vuoi occupi l'intero schermo:

<script>
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
</script>

ciao