Português
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Para obter esse efeito, são necessárias duas etapas. é: Adicione o seguinte código à á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 } // Fim --> </script> <title>downcodes.com-Exibição de efeitos especiais</title> <meta http- equiv="Content -Type" content="text/html; charset=gb2312"> </head> <!--Etapa 2: Adicione o seguinte código à área <body>--> <a href="index. htm" onClick ="expand();">Clique no link para ver o efeito</a>