Español
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Para lograr este efecto, se requieren dos pasos: el primer paso. es: Agregue el siguiente código al área <head>--> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin url = "index1.htm"; var speedX = 7 var speedY = 5; #000000" ; var txtColor = "#FF80000"; if (document.all) { var ancho = window.screen.availWidth; var alto = window.screen.availHeight; } function andBoom() { if (document.all) { var Boomer = window.open("","BoomWindow","fullscreen"); Boomer.document.write('<HTML><BODY BGCOLOR='+bgColor+' SCROLL=NO><FONT FACE=ARIAL COLOR='+ txtColor+'> Cargando...</FONT></BODY></HTML>'); Boomer.focus(); para (H=1; H<alta; H+= velocidadY) { Boomer.resizeTo(1,H } para (W=1; W<ancho; W+= velocidadX) { Boomer.resizeTo(W,H); Boomer.ubicación = url } else { ventana.open(url,"BoomWindow","") ; } } // Fin --> </script> <!--Paso 2: Agregue el siguiente código al área <body> --> <a href="javascript:andBoom()">Haga clic en el enlace para ver. el efecto</a>