Tema: full pero...
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/09/2002, 19:29
Avatar de TMeister
TMeister
Crazy Coder
 
Fecha de Ingreso: enero-2002
Ubicación: En la Oficina
Mensajes: 2.880
Antigüedad: 22 años, 3 meses
Puntos: 193
Re: full pero...

Este codigo al abrir la pagina principal abre otra FULLSCREEN automaticamente y funciona para varioa navegadores!

<SCRIPT LANGUAGE="JavaScript">
<!--
IE4 = (document.all);
NS4 = (document.layers);
IEmac = (IE4 && navigator.appVersion.indexOf("Mac") != -1);
ver4 = (IE4 || NS4);

function showTool(){
if(!ver4) return;
if (IE4 && !IEmac) window.open("NOMBRE.htm",null,"full screen=yes,scrollbars=no")
else {
aW = (NS4) ? screen.availWidth : screen.width;
aH = (NS4) ? screen.availHeight : screen.height;
if(NS4)
window.open("NOMBRE.htm",null,"oute rWidth="+aW+",outerHeight="+aH+&quo t;,screenX=0,screenY=0,resizable=no,dependent=yes& quot;)
else
window.open("NOMBRE.htm",null,"widt h="+aW+",height="+aH+",left=0, top=0,resizable=no");
}
}
//-->
</SCRIPT>

Cambia NOMBRE:htm por la pagina que quiera que se abra a Fullscreen"

Saludos!! :cantar: :cantar:

<html><center><embed src="http://www.arbeitstudio.com/publi/banner.swf" height=60 width=400>
</embed></center></html>