Indonesia
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Untuk mencapai efek ini, diperlukan dua langkah adalah: Tambahkan kode berikut ke area <head>--> <SCRIPT LANGUAGE="JavaScript"> <!-- Mulai 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); // Akhir --> </script> <title>downcodes.com-Tampilan Efek Khusus</title> <meta http- equiv="Content -Type" content="text/html; charset=gb2312"> </head> <!--Langkah 2: Tambahkan kode berikut ke area <body>--> <a href="index. htm" onClick ="expand();">Klik link untuk melihat efeknya</a>