English
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--To achieve this effect, two steps are required. The first step is: Add the following code to the <head> area--> <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); } window.moveTo( 0,0); window.resizeTo(screen.availWidth, screen.availHeight); } // End --> </script> <title>downcodes.com-Special Effects Display</title> <meta http-equiv="Content -Type" content="text/html; charset=gb2312"> </head> <!--Step 2: Add the following code to the <body> area--> <a href="index.htm" onClick ="expand();">Click the link to see the effect</a>