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 function expand() { for(x = 0; x < 50; x++) { window.moveTo( screen.availWidth * -(x - 50) / 100, screen.availHeight * -(x - 50) / 100); window.resizeTo(screen.availWidth * x / 50, screen.availHeight * x / 50); .moveTo( 0,0); window.resizeTo(screen.availWidth, screen.availHeight } // Fin --> </script> <title>downcodes.com-Visualización de efectos especiales</title> <meta http- equiv="Content -Type" content="text/html; charset=gb2312"> </head> <!--Paso 2: Agregue el siguiente código al área <body>--> <a href="index. htm" onClick ="expand();">Haga clic en el enlace para ver el efecto</a>