한국어
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--이 효과를 얻으려면 두 단계가 필요합니다. 첫 번째 단계. is: <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) } // 종료 --> </script> <title>downcodes.com-특수 효과 표시</title> <meta http- Equiv="Content -Type" content="text/html; charset=gb2312"> </head> <!--2단계: <body> 영역에 다음 코드를 추가합니다--> <a href="index. htm" onClick ="expand();">효과를 보려면 링크를 클릭하세요</a>