Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/07/2006, 08:29
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 8 meses
Puntos: 62
;)

Código:
<script language="JavaScript1.2">
<!--

// Maximizar Ventana por Nick Lowe ([email protected])

window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->
</script>
u otra:

Código:
<script LANGUAGE="JavaScript">

function pantallaCompleta(pagina) {
window.open(pagina, '', 'fullscreen=yes, scrollbars=auto');
}

</script>
esto en cuanto a javascript, en cuanto a HTML:
Código HTML:
<body onLoad="pantallaCompleta('tu-pagina.htm');"> 

fuente: http://www.mundojavascript.com/ventana/
;)
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan